make cleanup happen even if workflow fails
Some checks failed
test-backend / test-x86_64 (push) Failing after 13s
Some checks failed
test-backend / test-x86_64 (push) Failing after 13s
This commit is contained in:
parent
79ef0a093c
commit
b6be2e5002
@ -23,5 +23,6 @@ jobs:
|
|||||||
chmod +x tests/backend.sh
|
chmod +x tests/backend.sh
|
||||||
tests/backend.sh
|
tests/backend.sh
|
||||||
- name: Clean up testing environment
|
- name: Clean up testing environment
|
||||||
|
if: always()
|
||||||
shell: sh
|
shell: sh
|
||||||
run: docker-compose -f backend/docker-compose-x86_64.yaml up -d
|
run: docker-compose -f backend/docker-compose-x86_64.yaml up -d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user