diff options
-rw-r--r-- | .github/workflows/scala.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index f182d0c..a2308cb 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml | |||
@@ -13,9 +13,14 @@ jobs: | |||
13 | 13 | ||
14 | steps: | 14 | steps: |
15 | - uses: actions/checkout@v2 | 15 | - uses: actions/checkout@v2 |
16 | |||
16 | - name: Set up JDK 1.8 | 17 | - name: Set up JDK 1.8 |
17 | uses: actions/setup-java@v1 | 18 | uses: actions/setup-java@v1 |
18 | with: | 19 | with: |
19 | java-version: 1.8 | 20 | java-version: 1.8 |
21 | |||
22 | - name: Get libs | ||
23 | run: ./getlibs.sh | ||
24 | |||
20 | - name: Run tests | 25 | - name: Run tests |
21 | run: sbt test | 26 | run: sbt test |