drop copy of tests task

This commit is contained in:
a10zn8
2022-11-22 18:33:19 +04:00
parent 6f3f9cf7b3
commit e2e37ffae5

View File

@@ -40,35 +40,3 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: ./build/reports/jacoco/test/jacocoTestReport.xml
integration-test:
runs-on: ubuntu-latest
# Docker Hub image that `container-job` executes in.
# Use -buster which comes with Git 2.20, because action/checkout needs Git 2.18+ to make correct clone (needed by Gradle version plugin)
container: node:12-buster
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 13
- name: Check
uses: eskatos/gradle-command-action@v1
with:
arguments: check
env:
CI: true
DSHACKLE_TEST_ENABLED: redis
REDIS_HOST: redis
REDIS_PORT: 6379