make cleanup happen even if workflow fails
Some checks failed
test-backend / test-x86_64 (push) Failing after 13s

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-25 21:23:29 +03:00
parent 79ef0a093c
commit b6be2e5002

View File

@ -23,5 +23,6 @@ jobs:
chmod +x tests/backend.sh
tests/backend.sh
- name: Clean up testing environment
if: always()
shell: sh
run: docker-compose -f backend/docker-compose-x86_64.yaml up -d