Skip to content

Commit 771eefa

Browse files
committed
ci: use relative test scripts location
1 parent 2fc28cb commit 771eefa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
- name: Run tests
7575
if: ${{ matrix.target == 'develop' }}
7676
run: |
77-
docker run --rm ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} /src/eic-opticks/tests/test_opticks.sh
78-
docker run --rm ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} /src/eic-opticks/tests/test_simg4ox.sh
77+
docker run --rm ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} tests/test_opticks.sh
78+
docker run --rm ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} tests/test_simg4ox.sh

0 commit comments

Comments
 (0)