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 8b58263 commit b511906Copy full SHA for b511906
.github/workflows/test-on-main.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Build and test with javaxt-core-test
27
run: |
28
cd javaxt-core-test
29
- mvn clean install -Djavaxt.core.local.dir=../src
+ mvn clean install -Djavaxt.core.local.dir=$GITHUB_WORKSPACE/src
0 commit comments