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 c036c46 commit 3bf9051Copy full SHA for 3bf9051
.github/workflows/java-test.yaml
@@ -128,7 +128,7 @@ jobs:
128
129
- name: Run tests and package in CentOS 7 container
130
run: |
131
- docker run --rm -v ${{ github.workspace }}:/work kcllang/kcl-java-builder-centos7:0.1.0 bash -c "
+ docker run --rm -v ${{ github.workspace }}/java:/work kcllang/kcl-java-builder-centos7:0.1.0 bash -c "
132
rustup default stable &&
133
mvn package -DskipTests=true -Dcargo-build.profile=release
134
"
0 commit comments