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 dc17301 commit 1a73c1eCopy full SHA for 1a73c1e
.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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6
+ uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
20
with:
21
name: test-results
22
path: exercises/**/build/results.json
0 commit comments