We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fa1ebd + 869747d commit 826953cCopy full SHA for 826953c
.github/workflows/main.yml
@@ -76,5 +76,5 @@ jobs:
76
- name: Run the test in docker
77
run: |
78
ls $GITHUB_WORKSPACE
79
- docker run --rm -e "TEST=${{ matrix.strategy_name }}" -v $GITHUB_WORKSPACE:/home tbaudier/gatebenchmarks:9.4.1 /home/.github/workflows/runTest.sh
+ docker run --rm -e "TEST=${{ matrix.strategy_name }}" -v $GITHUB_WORKSPACE:/home tbaudier/gatebenchmarks:9.4.2 /home/.github/workflows/runTest.sh
80
0 commit comments