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 3d9e12f commit 406c027Copy full SHA for 406c027
.github/workflows/java.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Test all exercises using java-test-runner
48
run: bin/test-with-test-runner
49
- name: Archive test results
50
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
51
with:
52
name: test-results
53
path: exercises/**/build/results.json
0 commit comments