Skip to content

Commit

Permalink
Validate dependency files are in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 6, 2024
1 parent bbf436f commit 8b14b7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt

- name: Validate dependencies
uses: PeterJCLaw/validate-generated-files@v1
with:
command: ./script/compile-requirements.sh --no-upgrade
files: requirements*.txt

- name: Use the dev configuration
run: cp helpdesk/helpdesk/configuration.dev.py helpdesk/helpdesk/configuration.py

Expand Down

0 comments on commit 8b14b7e

Please sign in to comment.