Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
update for failing ruff check
  • Loading branch information
arnavsinghvi11 authored Jun 28, 2024
1 parent 92cc1dc commit cc21d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: ruff_fix
uses: chartboost/ruff-action@v1
with:
args: --fix-only --exit-non-zero-on-fix
args: check --fix-only --exit-non-zero-on-fix
continue-on-error: true
- name: Fail Workflow if Ruff Fix Failed
if: steps.ruff_fix.outcome == 'failure'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run lint with tests
uses: chartboost/ruff-action@v1
with:
args: --fix-only
args: check --fix-only
- name: Run tests with pytest
run: poetry run pytest tests/

Expand Down

0 comments on commit cc21d97

Please sign in to comment.