Skip to content

Commit 4f5491c

Browse files
Update github.yml
1 parent a18ed9b commit 4f5491c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/github.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
jdk-version: [ 8, 11, 17 ]
1717
steps:
1818
- uses: actions/checkout@v4
19-
19+
2020
- name: Setup Java ${{ matrix.jdk-version }}
2121
uses: actions/setup-java@v4
2222
with:
@@ -73,7 +73,10 @@ jobs:
7373
- name: Build sbt plugin
7474
working-directory: plugins/sbt/graphql-java-codegen-sbt-plugin
7575
run: sbt compile publishLocal --debug
76-
76+
77+
- uses: sbt/setup-sbt@v1
78+
- uses: coursier/cache-action@v6
79+
7780
- name: Build sbt test
7881
working-directory: plugins/sbt/graphql-java-codegen-sbt-plugin
7982
run: sbt scripted

0 commit comments

Comments
 (0)