Skip to content

Commit

Permalink
Closer?
Browse files Browse the repository at this point in the history
  • Loading branch information
dbutenhof committed Dec 6, 2024
1 parent 0e47258 commit 713d0ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
python -m pip install --upgrade pip
pip install tox>=4.19
- name: Check for lint
continue-on-error: true
run: |
cd backend
- tox -e format,isort,lint
tox -e format,isort,lint
- name: Run unit tests
run: |
cd backend
Expand Down

0 comments on commit 713d0ec

Please sign in to comment.