Skip to content

Commit f3f2144

Browse files
committed
Remove '5' from project names and rename to 'examples'
1 parent e053743 commit f3f2144

File tree

164 files changed

+130
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+130
-130
lines changed

.github/workflows/build-all-samples.yml renamed to .github/workflows/build-all-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build all samples
1+
name: Build all examples
22
on:
33
push:
44
branches:
@@ -23,11 +23,11 @@ jobs:
2323
java-version: 21
2424
distribution: temurin
2525
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
26-
- name: 'Build all samples using JShell'
26+
- name: 'Build all examples using JShell'
2727
run: java src/Builder.java
2828
- name: 'Check automation for updating versions'
2929
run: java src/Updater.java 42
30-
if: github.repository == 'junit-team/junit5-samples' && github.ref == 'refs/heads/main'
30+
if: github.repository == 'junit-team/junit-examples' && github.ref == 'refs/heads/main'
3131
- name: 'Check automation for injecting a staging repository'
3232
run: java src/StagingRepoInjector.java https://example.org/service/local/repositories/orgjunit-1234/content
33-
if: github.repository == 'junit-team/junit5-samples' && github.ref == 'refs/heads/main'
33+
if: github.repository == 'junit-team/junit-examples' && github.ref == 'refs/heads/main'

README.md

Lines changed: 36 additions & 36 deletions
Lines changed: 4 additions & 4 deletions
File renamed without changes.

0 commit comments

Comments
 (0)