Skip to content

Commit

Permalink
#61 Fixed the pytest-extension integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 7, 2024
1 parent 9ec47a6 commit def4269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
run: |
echo "PYTEST_ADDOPTS = $PYTEST_ADDOPTS"
# just test
poetry run pytest -s -backend=onprem pytest-extension/test/integration/tmp_test.py
pytest -s --backend=onprem pytest-extension/test/integration/tmp_test.py
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 }}
PYTEST_ADDOPTS: '-o log_cli=true -o log_cli_level=INFO ${{ steps.pytest-markers.outputs.slow-tests }}'
# PYTEST_ADDOPTS: '-o log_cli=true -o log_cli_level=INFO ${{ steps.pytest-markers.outputs.slow-tests }}'

0 comments on commit def4269

Please sign in to comment.