Skip to content

Commit 5e3b33b

Browse files
committed
Fix CI
1 parent 8be92cb commit 5e3b33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
mvn test
3737
docker run --rm \
38-
-v ${{ github.workspace }}:/workspace \
38+
-v $GITHUB_WORKSPACE:/workspace \
3939
-w /tmp \
4040
regmxflib-ci-env:latest \
4141
bash /workspace/library/src/test/sh/compat.sh

0 commit comments

Comments
 (0)