improve testing workflow
Some checks failed
test-backend / test-x86_64 (push) Failing after 13s

This commit is contained in:
2025-05-25 21:17:30 +03:00
parent c75f55c050
commit 79ef0a093c
3 changed files with 47 additions and 2 deletions

View File

@@ -17,3 +17,11 @@ jobs:
- name: Deploy testing environment
shell: sh
run: docker-compose -f backend/docker-compose-x86_64.yaml up -d
- name: Run test requests
shell: sh
run: |
chmod +x tests/backend.sh
tests/backend.sh
- name: Clean up testing environment
shell: sh
run: docker-compose -f backend/docker-compose-x86_64.yaml up -d