Skip to content

Commit

Permalink
Also run package tests with loadgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Dec 4, 2024
1 parent 18437ca commit c141eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
OKTA_CLIENT_SECRET: ${{ secrets.OKTA_CLIENT_SECRET }}
WCS_DUMMY_CI_PW: ${{ secrets.WCS_DUMMY_CI_PW }}
OKTA_DUMMY_CI_PW: ${{ secrets.OKTA_DUMMY_CI_PW }}
run: pytest -v -n auto integration
run: pytest -v -n auto --dist loadgroup integration
- name: Run integration tests without auth secrets (for forks)
if: ${{ github.event.pull_request.head.repo.fork }}
run: pytest -v -n auto integration
Expand Down

0 comments on commit c141eb9

Please sign in to comment.