Skip to content

Commit 31a0a2c

Browse files
committed
fix working directory for java 8 test
1 parent b29ff71 commit 31a0a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sdk-platform-java-nightly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: Test with Java 8
7070
# Direct goal invocation ("surefire:test") prevents recompiling tests
7171
run: mvn surefire:test --errors --batch-mode --no-transfer-progress -Dfmt.skip
72+
working-directory: sdk-platform-java
7273
- name: Create issue if previous step fails
7374
if: ${{ failure() }}
7475
env:

0 commit comments

Comments
 (0)