Fix ci config

This commit is contained in:
Ulf Wiger 2023-10-05 11:08:12 +02:00
parent eeb6aff242
commit 4d0a78612a

View File

@ -15,6 +15,7 @@ executors:
ERLANG_ROCKSDB_BUILDOPTS: "-j2"
jobs:
- otp24
build:
executor: aebuilder
steps:
@ -22,7 +23,8 @@ jobs:
- run: make test
- store_artifacts:
path: _build/test/logs
build-otp23:
- otp23
build:
executor: aebuilder23
steps:
- checkout