Skip to content

Commit cbe27d4

Browse files
Update github.yml
1 parent d65f915 commit cbe27d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
with:
3535
path: ~/.m2
3636
key: m2
37-
37+
38+
- uses: sbt/setup-sbt@v1
39+
- uses: coursier/cache-action@v6
40+
3841
- name: Loading ivy cache
3942
uses: actions/cache@v4
4043
with:
@@ -73,9 +76,6 @@ jobs:
7376
- name: Build sbt plugin
7477
working-directory: plugins/sbt/graphql-java-codegen-sbt-plugin
7578
run: sbt compile publishLocal --debug
76-
77-
- uses: sbt/setup-sbt@v1
78-
- uses: coursier/cache-action@v6
7979

8080
- name: Build sbt test
8181
working-directory: plugins/sbt/graphql-java-codegen-sbt-plugin

0 commit comments

Comments
 (0)