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,17 +15,19 @@ executors:
ERLANG_ROCKSDB_BUILDOPTS: "-j2" ERLANG_ROCKSDB_BUILDOPTS: "-j2"
jobs: jobs:
build: - otp24
executor: aebuilder build:
steps: executor: aebuilder
- checkout steps:
- run: make test - checkout
- store_artifacts: - run: make test
path: _build/test/logs - store_artifacts:
build-otp23: path: _build/test/logs
executor: aebuilder23 - otp23
steps: build:
- checkout executor: aebuilder23
- run: make test steps:
- store_artifacts: - checkout
path: _build/test/logs - run: make test
- store_artifacts:
path: _build/test/logs