Skip to content

Commit

Permalink
Title case job names
Browse files Browse the repository at this point in the history
 - based on the "Post" suffixes
  • Loading branch information
acodili-jg authored Jul 26, 2023
1 parent 698c3c2 commit 446f78d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ inputs:
runs:
using: composite
steps:
- name: Validate Gradle wrapper
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Set-up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Make Gradle wrapper executable
- name: Make Gradle Wrapper Executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
shell: bash
- name: Build
run: ./gradlew build
shell: bash
- name: Capture build artifacts
- name: Capture Build Artifacts
if: ${{ inputs.capture-artifacts }}
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 446f78d

Please sign in to comment.