We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a381e3d commit 3607f59Copy full SHA for 3607f59
.github/workflows/main.yaml
@@ -311,7 +311,7 @@ jobs:
311
OKTA_CLIENT_SECRET: ${{ secrets.OKTA_CLIENT_SECRET }}
312
WCS_DUMMY_CI_PW: ${{ secrets.WCS_DUMMY_CI_PW }}
313
OKTA_DUMMY_CI_PW: ${{ secrets.OKTA_DUMMY_CI_PW }}
314
- run: pytest -v -n auto integration
+ run: pytest -v -n auto --dist loadgroup integration
315
- name: Run integration tests without auth secrets (for forks)
316
if: ${{ github.event.pull_request.head.repo.fork }}
317
run: pytest -v -n auto integration
0 commit comments