Skip to content

Commit

Permalink
append test to end of format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Aug 3, 2024
1 parent 18f7d2d commit b3117bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ jobs:
with:
message: 'Commit automated formatter changes'
add: '.'
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install test requirements
run: |
python3 -m pip install -r requirements.txt
- name: Run tests
run: |
make test

0 comments on commit b3117bf

Please sign in to comment.