We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29ff71 commit 31a0a2cCopy full SHA for 31a0a2c
.github/workflows/sdk-platform-java-nightly.yaml
@@ -69,6 +69,7 @@ jobs:
69
- name: Test with Java 8
70
# Direct goal invocation ("surefire:test") prevents recompiling tests
71
run: mvn surefire:test --errors --batch-mode --no-transfer-progress -Dfmt.skip
72
+ working-directory: sdk-platform-java
73
- name: Create issue if previous step fails
74
if: ${{ failure() }}
75
env:
0 commit comments