From be67d287c6df655c7f77f26423b64d45554dca4a Mon Sep 17 00:00:00 2001 From: le0m Date: Thu, 17 Feb 2022 10:55:48 +0100 Subject: [PATCH] chore: test dev and xhprof images in PRs too --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4fb8ca..b9219c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,6 @@ jobs: push: true - name: Build dev image for testing - if: "github.event_name != 'pull_request'" uses: docker/build-push-action@v2 with: cache-to: type=inline @@ -78,7 +77,6 @@ jobs: load: true - name: Test dev image - if: "github.event_name != 'pull_request'" env: VERSION: ${{ matrix.version }}${{ matrix.flavor }} run: make -C dev test VERSION=${VERSION} @@ -106,7 +104,6 @@ jobs: load: true - name: Test xhprof image - if: "github.event_name != 'pull_request'" env: VERSION: ${{ matrix.version }}${{ matrix.flavor }} run: make -C xhprof test VERSION=${VERSION}