diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 83db1c33..2818d6ab 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -118,13 +118,10 @@ jobs: if: steps.changed-files.outputs.files == 'true' continue-on-error: true - name: Run Integration Test - uses: Wandalen/wretry.action@master if: steps.changed-files.outputs.files == 'true' env: USE_POSTGRES: ${{ matrix.database == 'postgres' && '1' || '0' }} - with: - attempt_limit: 5 - command: | + run: | nix develop --command -- docker run \ --tty --rm \ --volume ~/.cache/hs-integration-go:/go \