Run gh-exclude tests in some nightlies (#30656)

This commit is contained in:
Patrik Nordwall 2021-09-08 09:28:01 +02:00 committed by GitHub
parent 2f330d1ea9
commit a502e3db0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -49,7 +49,6 @@ jobs:
-Dakka.actor.testkit.typed.timefactor=2 \
-Dakka.cluster.assert=on \
-Dsbt.override.build.repos=false \
-Dakka.test.tags.exclude=gh-exclude \
-Dakka.test.multi-node=true \
-Dakka.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
-Dakka.test.multi-node.java=${JAVA_HOME}/bin/java \

View file

@ -134,8 +134,7 @@ jobs:
-Dakka.test.timefactor=2 \
-Dakka.actor.testkit.typed.timefactor=2 \
-Dakka.test.multi-in-test=false \
-Dakka.test.tags.exclude=gh-exclude \
clean update Test/compile test checkTestsHaveRun
clean Test/compile test checkTestsHaveRun
- name: Test Reports
# Makes it easier to spot failures instead of looking at the logs.