Skip to content

Commit 4477eef

Browse files
committed
CI: Use setup-everything-scala
1 parent cacab35 commit 4477eef

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,11 @@ jobs:
2020
- name: Git checkout
2121
uses: actions/checkout@v2
2222

23-
- name: Setup Java and Scala
24-
uses: olafurpg/setup-scala@v12
23+
- name: Setup Scala
24+
uses: japgolly/setup-everything-scala@v1.0
2525
with:
2626
java-version: adopt@1.${{ matrix.java }}
2727

28-
- name: Setup Node
29-
uses: actions/setup-node@v2
30-
with:
31-
node-version: '16'
32-
33-
- name: Setup Scala.JS
34-
uses: japgolly/setup-scalajs@v1
35-
36-
- name: Cache sbt
37-
uses: coursier/cache-action@v6
38-
3928
- name: Build and test
4029
shell: bash
4130
run: bin/ci ${{ matrix.scala }}

0 commit comments

Comments
 (0)