Skip to content

Commit

Permalink
test workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
s-bose committed Jul 27, 2024
1 parent 37b8210 commit ed0570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run saftey
run: poetry run safety check -i 70612 # ignore Jinja2 vuln as the templates are sandboxed
- name: Run tox
run: bash scripts/coverage.sh
run: poetry run tox

- name: Codecov coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ed0570d

Please # to comment.