Skip to content

Commit

Permalink
[DOP-11711] Run tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Feb 27, 2024
1 parent 257bdd4 commit d560d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
source .env.github
mkdir -p reports/
echo "127.0.0.1 hdfs" | sudo tee -a /etc/hosts
poetry run coverage run -m pytest -vvvvv -s --ff -x
poetry run coverage run -m pytest -vvv -s --ff -x
- name: Shutdown Backend Container
if: always()
Expand Down

0 comments on commit d560d87

Please sign in to comment.