Skip to content

Commit

Permalink
testing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pchachicho committed Jun 11, 2024
1 parent 98257d9 commit d7b1f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install coverage
pip install .
pip install ./dags
- name: Test with pytest
run: |
Expand All @@ -100,7 +100,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install bandit
pip install .
pip install ./dags/roger
# Only report high security issues
- name: Test with Bandit
Expand Down

0 comments on commit d7b1f7e

Please sign in to comment.