Skip to content

Commit

Permalink
test_: run inside tests functional
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Dec 27, 2024
1 parent b3d995a commit 63478a1
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 @@ -31,4 +31,4 @@ jobs:
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"
run: cd tests-functional; pytest -m "reliability"

0 comments on commit 63478a1

Please sign in to comment.