problem: too slow to validate WS on CI

This commit is contained in:
Igor Artamonov
2021-09-21 22:06:44 -04:00
parent 5586a95063
commit 1f864bdbe3
3 changed files with 11 additions and 5 deletions

View File

@@ -32,6 +32,8 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: check
env:
CI: true
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
@@ -64,6 +66,7 @@ jobs:
with:
arguments: check
env:
CI: true
DSHACKLE_TEST_ENABLED: redis
REDIS_HOST: redis
REDIS_PORT: 6379