Skip to content

Commit

Permalink
Rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Feb 16, 2024
1 parent 9848ead commit 269c0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
run: poetry lock --check
- name: Install requirements
run: poetry install --with test
- name: Run tests
run: poetry run make test
- name: Lint and format
- name: Lint and format checks
uses: chartboost/ruff-action@v1
with:
src: "."
- name: Run tests
run: poetry run make test
- name: Upload pytest logs on failure
if: ${{ failure() }}
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit 269c0a0

Please sign in to comment.