Skip to content

Commit

Permalink
skip creds with failfast tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 16, 2024
1 parent a8a4792 commit 9f5c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_pytest_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run Pytest
env:
GCP_GSM_CREDENTIALS: ${{ secrets.GCP_GSM_CREDENTIALS }}
run: poetry run pytest -m "not slow" --exitfirst
run: poetry run pytest -m "not slow and not requires_creds" --exitfirst

0 comments on commit 9f5c07d

Please sign in to comment.