Skip to content

Commit

Permalink
#140 Changed the testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Sep 26, 2024
1 parent 2f01583 commit 03ec568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:

- name: Run integration tests
if: ${{ ! inputs.slow-tests }}
env:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
SAAS_PAT: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_PAT }}
run: poetry run pytest --backend=all tests/integration_tests

- name: Run ci tests
Expand Down

0 comments on commit 03ec568

Please sign in to comment.