We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e9677a + 541e681 commit 342090aCopy full SHA for 342090a
.github/workflows/notebook-test-suite.yml
@@ -147,7 +147,9 @@ jobs:
147
EDL_PASSWORD: ${{ secrets.EDL_PASSWORD }}
148
HARMONY_HOST_URL: ${{ needs.base.outputs.harmony_host_url }}
149
REGRESSION_TESTS_$(echo "${{ matrix.service }}" | tr '[:lower:]' '[:upper:]' | tr '-' '_')_IMAGE: ghcr.io/${{github.repository_owner}}/regression-tests-${{ matrix.service }}:latest
150
- run: ./run_notebooks.sh ${{ matrix.service }}
+ run: |
151
+ env | grep REGRESSION
152
+ ./run_notebooks.sh ${{ matrix.service }}
153
154
- name: Save notebook as an artifact
155
if: always()
0 commit comments