Skip to content

Commit 8b4a5d6

Browse files
committed
Fix actions
1 parent 196496a commit 8b4a5d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
imageName: ghcr.io/${{ github.repository }}
3838
imageTag: ${{ matrix.variant }}-test
3939
push: always
40-
runCmd: ./test.sh
40+
runCmd: /workspaces/${{ matrix.variant }}/test.sh

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
imageName: ghcr.io/${{ github.repository }}
4141
imageTag: ${{ env.TAG }}
4242
push: always
43-
runCmd: ./test.sh
43+
runCmd: /workspaces/${{ env.FOLDER }}/test.sh

0 commit comments

Comments
 (0)