Skip to content

Commit

Permalink
chore(deps): update gradle/actions action (#16)
Browse files Browse the repository at this point in the history
* chore(deps): update gradle/actions action

* Update action.yml

* Update action.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Viel <[email protected]>
  • Loading branch information
renovate[bot] and Chris-V authored Aug 7, 2024
1 parent adc85b5 commit 0019fd7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,17 @@ runs:
output_file.write(' '.join(properties))
output_file.write('\n')
- name: Run tests
uses: gradle/actions/setup-gradle@v3
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: wrapper
build-root-directory: ${{ inputs.working-directory }}
cache-read-only: ${{ inputs.read-only-cache }}
arguments: |
-p ${{ inputs.gradle-project-path }}
ci-${{ inputs.task-name }}
${{ steps.gradle-properties.outputs.gradle-properties }}

- name: Run tests
shell: bash
working-directory: ${{ inputs.working-directory }}
run: ./gradlew -p ${{ inputs.gradle-project-path }} ci-${{ inputs.task-name }} ${{ steps.gradle-properties.outputs.gradle-properties }}

- name: Upload report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0019fd7

Please sign in to comment.