remove 'build' sublevel

This commit is contained in:
Ulf Wiger 2023-10-05 11:21:03 +02:00
parent e76a01f8c4
commit 2e430fc5eb

View File

@ -16,21 +16,19 @@ executors:
jobs:
otp24:
build:
executor: aebuilder
steps:
- checkout
- run: make test
- store_artifacts:
path: _build/test/logs
executor: aebuilder
steps:
- checkout
- run: make test
- store_artifacts:
path: _build/test/logs
otp23:
build:
executor: aebuilder23
steps:
- checkout
- run: make test
- store_artifacts:
path: _build/test/logs
executor: aebuilder23
steps:
- checkout
- run: make test
- store_artifacts:
path: _build/test/logs
workflows:
build_and_test: