File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 working-directory : exercises
4141
4242 test-all :
43- name : Test all exercises using java-test-runner
44- if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
43+ name : Test all exercises using java-test-runner\
4544 runs-on : ubuntu-24.04
4645 steps :
4746 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5352 name : test-results
5453 path : exercises/**/build/results.json
5554 if : failure()
56-
57- test-changed :
58- name : Test changed exercises using gradlew
59- if : github.event_name == 'pull_request'
60- runs-on : ubuntu-24.04
61- steps :
62- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
63- with :
64- fetch-depth : 0
65- - name : Test changed exercises using java-test-runner
66- run : bin/test-changed-exercise
67- - name : Archive test results
68- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
69- with :
70- name : test-results
71- path : exercises/**/build/results.json
72- if : failure()
You can’t perform that action at this time.
0 commit comments