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 60445e0 commit b0110f9Copy full SHA for b0110f9
.github/workflows/gradle.yml
@@ -9,7 +9,6 @@ on:
9
10
jobs:
11
build-linux:
12
-
13
runs-on: ubuntu-latest
14
15
steps:
@@ -34,7 +33,6 @@ jobs:
34
33
run: ./gradlew test -i --no-daemon
35
36
build-windows:
37
38
runs-on: windows-latest
39
40
@@ -59,7 +57,6 @@ jobs:
59
57
60
58
61
build-macos:
62
63
runs-on: macos-latest
64
65
@@ -84,7 +81,6 @@ jobs:
84
81
85
82
86
83
static-tests:
87
88
89
90
0 commit comments