Skip to content

Commit

Permalink
Revert "Correct Gradle action usage"
Browse files Browse the repository at this point in the history
This is failing for a strange reason on Windows that seems unrelated. Reverting to allow further debugging.

This reverts commit cb69cc8.
  • Loading branch information
chadlwilson committed Feb 2, 2024
1 parent cb69cc8 commit 08dcaaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- uses: getgauge/setup-gauge@master
with:
gauge-plugins: java, html-report, xml-report
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/gradle-build-action@v3
with:
gradle-version: '8.2'
- name: Build with Gradle on ubuntu
if: matrix.os != 'windows-latest'
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- uses: getgauge/setup-gauge@master
with:
gauge-plugins: java, html-report, xml-report
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/gradle-build-action@v3
with:
gradle-version: '8.2'
- name: Upload to gradle portal
run: |
./gradlew plugin:build
Expand Down

0 comments on commit 08dcaaf

Please sign in to comment.