Skip to content

Commit 342090a

Browse files
authored
Merge pull request #10 from flamingbear/debug-workflow
DAS-2292: try to set the image name explicitly redux 3
2 parents 1e9677a + 541e681 commit 342090a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/notebook-test-suite.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ jobs:
147147
EDL_PASSWORD: ${{ secrets.EDL_PASSWORD }}
148148
HARMONY_HOST_URL: ${{ needs.base.outputs.harmony_host_url }}
149149
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 }}
150+
run: |
151+
env | grep REGRESSION
152+
./run_notebooks.sh ${{ matrix.service }}
151153
152154
- name: Save notebook as an artifact
153155
if: always()

0 commit comments

Comments
 (0)