remove 'build' sublevel
This commit is contained in:
parent
e76a01f8c4
commit
2e430fc5eb
@ -16,21 +16,19 @@ executors:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
otp24:
|
otp24:
|
||||||
build:
|
executor: aebuilder
|
||||||
executor: aebuilder
|
steps:
|
||||||
steps:
|
- checkout
|
||||||
- checkout
|
- run: make test
|
||||||
- run: make test
|
- store_artifacts:
|
||||||
- store_artifacts:
|
path: _build/test/logs
|
||||||
path: _build/test/logs
|
|
||||||
otp23:
|
otp23:
|
||||||
build:
|
executor: aebuilder23
|
||||||
executor: aebuilder23
|
steps:
|
||||||
steps:
|
- checkout
|
||||||
- checkout
|
- run: make test
|
||||||
- run: make test
|
- store_artifacts:
|
||||||
- store_artifacts:
|
path: _build/test/logs
|
||||||
path: _build/test/logs
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user