Skip to content

Commit

Permalink
Feature/test get associations (#3276)
Browse files Browse the repository at this point in the history
* add env to the regression step

* remove some print statements
  • Loading branch information
sliu008 authored Jun 11, 2024
1 parent 96d7502 commit 3bc1936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
env:
CMR_USER: ${{ secrets.CMR_USER }}
CMR_PASS: ${{ secrets.CMR_PASS }}
ENV: ${{ matrix.environment }}
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 3bc1936

Please sign in to comment.