Skip to content

Commit dabdee2

Browse files
committed
do not run tests in github actions
1 parent 7d5e66c commit dabdee2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test
1+
name: build-check
22

33
on:
44
push:
@@ -8,12 +8,11 @@ env:
88
LIBERICA_URL: https://download.bell-sw.com/java/17.0.3+7/bellsoft-jdk17.0.3+7-linux-amd64-full.tar.gz
99

1010
jobs:
11-
build-and-test:
11+
build-check:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: olafurpg/setup-scala@v10
1616
with:
1717
java-version: liberica@17=tgz+${{ env.LIBERICA_URL }}
1818
- run: sbt -v update compile
19-
- run: sbt -v test

0 commit comments

Comments
 (0)