diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 01673c7ca..8c6c48907 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -65,3 +65,4 @@ jobs: env: KONG_LICENSE_DATA: ${{ steps.license.outputs.license }} run: make test-integration + continue-on-error: ${{ matrix.kong_image == 'kong/kong-gateway-dev:latest' }} diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 5b835e7cf..ceabcc380 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -52,3 +52,4 @@ jobs: run: make setup-kong - name: Run integration tests run: make test-integration + continue-on-error: ${{ matrix.kong_image == 'kong/kong:master' }}