Skip to content

Commit 15896a9

Browse files
committed
Temporarily exclude Ant, Bazel, and custom build
1 parent bb8d62a commit 15896a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: temurin
2626
- uses: sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
2727
- name: 'Build all examples'
28-
run: java src/Builder.java
28+
run: java src/Builder.java --exclude=junit-jupiter-starter-ant,junit-jupiter-starter-bazel,junit-modular-world
2929
- name: 'Check automation for updating versions'
3030
run: java src/Updater.java 42
3131
if: github.repository == 'junit-team/junit-examples' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)