problem: too slow to validate WS on CI
This commit is contained in:
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user