Skip to content

Commit

Permalink
Fixing github actions (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklarfeld authored Mar 23, 2024
1 parent 0e59a6a commit 44403e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
SUPERGOOD_CLIENT_ID: ${{ secrets.STAGING_SUPERGOOD_CLIENT_ID }}
SUPERGOOD_CLIENT_SECRET: ${{ secrets.STAGING_SUPERGOOD_CLIENT_SECRET }}
SUPERGOOD_BASE_URL: 'https://staging-api.supergood.ai'
SUPERGOOD_TELEMETRY_URL: 'https://staging-telemetry.supergood.ai'
SUPERGOOD_ORGANIZATION_ID: ${{ vars.SUPERGOOD_ORGANIZATION_ID }}
PYTHONWARNINGS: "default"
on:
Expand Down Expand Up @@ -38,4 +39,3 @@ jobs:
pytest tests/redaction/test_no_redaction.py
pytest tests/redaction/test_redaction.py
pytest tests/redaction/test_redact_arrays.py

0 comments on commit 44403e2

Please sign in to comment.