Skip to content

Commit

Permalink
chore(actions) Permissions 8
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Jul 24, 2024
1 parent 93f4f25 commit 47747d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
- name: Run Tests
run: |
ls -l
sudo chown runner:docker data
sudo chmod -R 755 data
sudo chown -R runner:docker data && sudo chmod -R 755 data
ls -l
ls -r data
ls -alR data
poetry install --no-root
poetry run coverage run -m pytest -vv -s
poetry run coverage report --format=markdown > coverage.md
Expand Down

0 comments on commit 47747d4

Please sign in to comment.