Skip to content

Commit

Permalink
more concistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 7, 2024
1 parent 5911fed commit 7324940
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
needs:
- seed_maven_cache

mvn_test:
uses: ./.github/workflows/mvn_test.yml
test_mvn:
uses: ./.github/workflows/test_mvn.yml
with:
version_tag: ${{ inputs.version_tag }}
bump: ${{ inputs.bump }}
Expand All @@ -98,7 +98,7 @@ jobs:
secrets: inherit # pass all secrets for uploading assets
needs:
- lint
- mvn_test
- test_mvn
- install_maven_dependencies
permissions:
checks: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
lint:
uses: ./.github/workflows/lint.yml

mvn_test:
uses: ./.github/workflows/mvn_test.yml
test_mvn:
uses: ./.github/workflows/test_mvn.yml
with:
seed_maven_cache: true
install_maven_dependencies: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mvn_test
name: test_mvn

permissions:
checks: write
Expand Down Expand Up @@ -64,7 +64,7 @@ on:


jobs:
mvn_test:
test_mvn:
strategy:
matrix:
include:
Expand Down

0 comments on commit 7324940

Please sign in to comment.