Skip to content

Commit

Permalink
get associations first in regression workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jun 11, 2024
1 parent 96d7502 commit 3b46ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
CMR_USER: ${{ secrets.CMR_USER }}
CMR_PASS: ${{ secrets.CMR_PASS }}
run: |
poetry run pytest -n 10 verify_collection.py --env ${{ matrix.environment }} --regression --junitxml=$GITHUB_WORKSPACE/test-results/${{ matrix.environment }}_test_report.xml || true
poetry run python get_associations.py
poetry run pytest -n 10 verify_collection.py --env ${{ matrix.environment }} --regression --junitxml=$GITHUB_WORKSPACE/test-results/${{ matrix.environment }}_test_report.xml || true
- name: Run Create Issues Script
working-directory: tests
Expand Down

0 comments on commit 3b46ddb

Please sign in to comment.