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