From e2e37ffae5ecce2284764293c6fec85a29e75737 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Tue, 22 Nov 2022 18:33:19 +0400 Subject: [PATCH] drop copy of tests task --- .github/workflows/test.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 60994585..341379d5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 \ No newline at end of file