aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/scala.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml
index 24bb8d6..8df825d 100644
--- a/.github/workflows/scala.yml
+++ b/.github/workflows/scala.yml
@@ -37,11 +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 40 # - name: Download benchmarks
41 run: | 41 # run: |
42 pushd tests/dbpedia/ 42 # pushd tests/dbpedia/
43 ./setup.sh 43 # ./setup.sh
44 popd 44 # popd
45 45
46 - name: Run tests 46 - name: Run tests
47 run: sbt "testOnly * -- -l org.scalatest.tags.Slow" 47 run: sbt "testOnly *functional.LUBM -- -l org.scalatest.tags.Slow"