diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-10-30 23:17:42 +0100 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-10-30 23:17:42 +0100 |
commit | 78f726607b32925923d7e48686f7c6e9c8d7e831 (patch) | |
tree | 4b366cbed1e6a2312a608ef0cdfd868fb01f1b84 /.github/workflows/scala.yml | |
parent | 49a8889b02a25b46aa52252fb96ec489800582c0 (diff) | |
download | RSAComb-78f726607b32925923d7e48686f7c6e9c8d7e831.tar.gz RSAComb-78f726607b32925923d7e48686f7c6e9c8d7e831.zip |
Finalise dbpedia functional testing
Diffstat (limited to '.github/workflows/scala.yml')
-rw-r--r-- | .github/workflows/scala.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 3b18bf9..24bb8d6 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml | |||
@@ -37,5 +37,11 @@ jobs: | |||
37 | - name: Build RSAComb | 37 | - name: Build RSAComb |
38 | run: sbt compile | 38 | run: sbt compile |
39 | 39 | ||
40 | - name: Download benchmarks | ||
41 | run: | | ||
42 | pushd tests/dbpedia/ | ||
43 | ./setup.sh | ||
44 | popd | ||
45 | |||
40 | - name: Run tests | 46 | - name: Run tests |
41 | run: sbt "testOnly * -- -l org.scalatest.tags.Slow" | 47 | run: sbt "testOnly * -- -l org.scalatest.tags.Slow" |