Skip to content

Commit 8b240a3

Browse files
committed
clean up log path
1 parent 7a45fe0 commit 8b240a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
- name: Check on failures
8484
if: always() && steps.unit_tests.outcome != 'success'
8585
run: |
86-
cat /home/runner/java-sdk/core-api/build/reports/spotbugs/main.html
87-
cat /home/runner/java-sdk/core-api/build/reports/spotbugs/test.html
86+
cat /Users/runner/work/java-sdk/core-api/build/reports/spotbugs/main.html
87+
cat /Users/runner/work/java-sdk/core-api/build/reports/spotbugs/test.html
8888
- name: Check on success
8989
if: always() && steps.unit_tests.outcome == 'success'
9090
run: |

0 commit comments

Comments
 (0)