Skip to content

Commit

Permalink
Verify StagingRepoInjector on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 3, 2025
1 parent 3ce8df9 commit c5f11a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
with:
java-version: 21
distribution: temurin
- name: 'Build all samples using JShell'
run: java src/Builder.java
# - name: 'Build all samples using JShell'
# run: java src/Builder.java
- name: 'Check automation for updating versions'
run: java src/Updater.java 42
if: github.repository == 'junit-team/junit5-samples' && github.ref == 'refs/heads/main'
- name: 'Check automation for injecting a staging repository'
run: java src/StagingRepoInjector.java https://example.org/service/local/repositories/orgjunit-1234/content
if: github.repository == 'junit-team/junit5-samples' && github.ref == 'refs/heads/main'

0 comments on commit c5f11a6

Please sign in to comment.