From 993cc22f121162b3247a496506f939b22f053984 Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Tue, 11 Jun 2024 10:47:54 -0700 Subject: [PATCH] add env --- .github/workflows/regression.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 3213897fa9..0c3781a800 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -39,6 +39,7 @@ jobs: env: CMR_USER: ${{ secrets.CMR_USER }} CMR_PASS: ${{ secrets.CMR_PASS }} + ENV : ${{ matrix.environment }} run: | 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