Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed Feb 11, 2025
1 parent 5aaa54f commit ce96ad0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Integration Test
- name: Integration test
run: ./gradlew integrationTest -Pversion=${{ steps.capture_version.outputs.app_version }}

- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Integration Test
- name: Integration test
run: ./gradlew integrationTest

- name: Set to github user
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Integration Test
- name: Integration test
run: ./gradlew integrationTest

- name: Update snapshot version
Expand Down

0 comments on commit ce96ad0

Please sign in to comment.