Skip to content

Commit 6846ec4

Browse files
authored
Update scala.yml
1 parent f036708 commit 6846ec4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/scala.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,12 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
10-
strategy:
11-
matrix:
12-
node-version: [8.x, 10.x, 12.x]
13-
148
steps:
159
- uses: actions/checkout@v2
1610
- name: Set up JDK 1.8
1711
uses: actions/setup-java@v1
1812
with:
1913
java-version: 1.8
20-
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
22-
with:
23-
node-version: ${{ matrix.node-version }}
2414
- name: Run tests
2515
run: sbt -mem 4096 test

0 commit comments

Comments
 (0)