Skip to content

Commit

Permalink
test_: run docker detached
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Dec 27, 2024
1 parent 2451617 commit b3d995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pip install -r tests-functional/requirements.txt

- name: Build status-backend
run: cd tests-functional; docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --remove-orphans
run: cd tests-functional; docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --remove-orphans -d

- name: Run tests
run: pytest -m "reliability"

0 comments on commit b3d995a

Please sign in to comment.