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 bb8d62a commit 15896a9Copy full SHA for 15896a9
.github/workflows/build-all-examples.yml
@@ -25,7 +25,7 @@ jobs:
25
distribution: temurin
26
- uses: sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
27
- name: 'Build all examples'
28
- run: java src/Builder.java
+ run: java src/Builder.java --exclude=junit-jupiter-starter-ant,junit-jupiter-starter-bazel,junit-modular-world
29
- name: 'Check automation for updating versions'
30
run: java src/Updater.java 42
31
if: github.repository == 'junit-team/junit-examples' && github.ref == 'refs/heads/main'
0 commit comments