Skip to content

Commit b23d67c

Browse files
committed
Update CI action
1 parent 0441a82 commit b23d67c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/scala.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
1515
java: [ '8', '11', '17', '21' ]
@@ -20,5 +20,7 @@ jobs:
2020
with:
2121
distribution: 'adopt'
2222
java-version: ${{ matrix.java }}
23-
- name: Run tests
24-
run: sbt test -J-Xmx5G
23+
- name: Run JVM tests
24+
run: sbt "project backendsJVM" test -J-Xmx5G
25+
- name: Run JS tests
26+
run: sbt "project backendsJS" test -J-Xmx5G

0 commit comments

Comments
 (0)