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.
1 parent b34f32f commit 5e2065eCopy full SHA for 5e2065e
1 file changed
.github/workflows/build-pull-request.yaml
@@ -64,7 +64,7 @@ jobs:
64
cache-to: type=local,dest=/home/runner/.buildx-cache,mode=max
65
66
- name: Run tests
67
- if: ${{ matrix.target != 'develop' }}
+ if: ${{ matrix.target != 'release' }}
68
run: |
69
docker run --rm ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} /src/eic-opticks/tests/test_opticks.sh
70
docker run --rm ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} /src/eic-opticks/tests/test_simg4ox.sh
0 commit comments