We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08231ee commit 76c3035Copy full SHA for 76c3035
.github/workflows/pre-merge.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout Repo
16
uses: actions/checkout@v4
17
- name: Run tests
18
- uses: gradle/gradle-build-action@v2
+ uses: gradle/actions/setup-gradle@v3
19
with:
20
arguments: test
21
publish:
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Check that the publish plugin works
28
29
30
arguments: publishToMavenLocal
31
compile-test-snippets:
@@ -35,6 +35,6 @@ jobs:
35
36
37
- name: Compile the snippets in the tests
38
39
40
arguments: test -Pcompile-test-snippets
0 commit comments