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 d65f915 commit cbe27d4Copy full SHA for cbe27d4
1 file changed
.github/workflows/github.yml
@@ -34,7 +34,10 @@ jobs:
34
with:
35
path: ~/.m2
36
key: m2
37
-
+
38
+ - uses: sbt/setup-sbt@v1
39
+ - uses: coursier/cache-action@v6
40
41
- name: Loading ivy cache
42
uses: actions/cache@v4
43
@@ -73,9 +76,6 @@ jobs:
73
76
- name: Build sbt plugin
74
77
working-directory: plugins/sbt/graphql-java-codegen-sbt-plugin
75
78
run: sbt compile publishLocal --debug
- - uses: sbt/setup-sbt@v1
- - uses: coursier/cache-action@v6
79
80
- name: Build sbt test
81
0 commit comments