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 4949812 commit 045fdc1Copy full SHA for 045fdc1
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Test all exercises using java-test-runner
17
run: bin/test-with-test-runner
18
- name: Archive test results
19
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6
20
with:
21
name: test-results
22
path: exercises/**/build/results.json
0 commit comments