Skip to content

Commit d15b8b7

Browse files
committed
test something
1 parent 5d4695f commit d15b8b7

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/java.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
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
@@ -53,20 +52,3 @@ jobs:
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()

0 commit comments

Comments
 (0)