We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be92cb commit 5e3b33bCopy full SHA for 5e3b33b
.github/workflows/main.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
mvn test
37
docker run --rm \
38
- -v ${{ github.workspace }}:/workspace \
+ -v $GITHUB_WORKSPACE:/workspace \
39
-w /tmp \
40
regmxflib-ci-env:latest \
41
bash /workspace/library/src/test/sh/compat.sh
0 commit comments