Skip to content

Commit

Permalink
Update setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Jan 26, 2024
1 parent d44efa9 commit f6fdd28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run tests
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
arguments: test
publish:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Check that the publish plugin works
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
arguments: publishToMavenLocal
compile-test-snippets:
Expand All @@ -35,6 +35,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Compile the snippets in the tests
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
arguments: test -Pcompile-test-snippets

0 comments on commit f6fdd28

Please sign in to comment.