diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-09-08 18:59:14 +0200 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-09-08 18:59:14 +0200 |
| commit | 713fd36fb2bd4f71fc690a1ab3a3c1fce5b1a16f (patch) | |
| tree | 29c5a8ea4a3d7e77699a80783de3bc00e4c8972d | |
| parent | 932b0a794c06a224a96b265935a38a4c7b851c5e (diff) | |
| parent | f4bd08c3285a2d5ea1294205a0b6c1bad8e094be (diff) | |
| download | RSAComb-713fd36fb2bd4f71fc690a1ab3a3c1fce5b1a16f.tar.gz RSAComb-713fd36fb2bd4f71fc690a1ab3a3c1fce5b1a16f.zip | |
Merge branch 'master' of https://github.com/KRR-Oxford/RSA-combined-approach
| -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 |
