Skip to content

Commit

Permalink
fix GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Aug 11, 2023
1 parent a6a4018 commit d5bfdea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: run coverage report
run: |
pipenv run coverage
- name: generate requirements.txt
run: |
pipenv requirements > requirements.txt
- name: Dependency check
uses: dependency-check/Dependency-Check_Action@main
Expand Down

0 comments on commit d5bfdea

Please sign in to comment.