diff options
author | Stefano Germano <stefanogermano0@gmail.com> | 2020-08-20 18:07:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 18:07:36 +0200 |
commit | f4bd08c3285a2d5ea1294205a0b6c1bad8e094be (patch) | |
tree | 29fe9ac57da2e0330d683b31e45fb43bb2c2f0ee /.github | |
parent | 7e126824e9a6cb456295d2f1535aef975bb63237 (diff) | |
download | RSAComb-f4bd08c3285a2d5ea1294205a0b6c1bad8e094be.tar.gz RSAComb-f4bd08c3285a2d5ea1294205a0b6c1bad8e094be.zip |
Get libs in CI
Diffstat (limited to '.github')
-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 |