Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarponi committed Mar 7, 2024
1 parent d402c32 commit 4d06c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
KMP: true
GRADLE_VERSION: ${{ matrix.gradle-version }}
GRADLE_ENTERPRISE_KEY: ${{ secrets.GRADLE_ENTERPRISE_KEY }}
JDK_VERSION: ${{matrix.jdk-version}}
JAVA_VERSION: ${{matrix.jdk-version}}
run: ./gradlew :plugin:test --tests "GradleE2ETests"
- name: Upload test result
if: steps.test.outcome == 'failure'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
env:
KMP: true
GRADLE_ENTERPRISE_KEY: ${{ secrets.GRADLE_ENTERPRISE_KEY }}
JDK_VERSION: ${{matrix.jdk-version}}
JAVA_VERSION: ${{matrix.jdk-version}}
run: ./gradlew :plugin:test --tests "MavenE2ETests"
- name: Upload test result
if: steps.test.outcome == 'failure'
Expand Down

0 comments on commit 4d06c3f

Please sign in to comment.