From 677fd9b58acaf22f1d506abbcbb5508741b385a4 Mon Sep 17 00:00:00 2001 From: Talysson de Castro Date: Fri, 2 Feb 2024 12:49:31 -0300 Subject: [PATCH] build: Change condition to run the integration tests when raise a new pull request (#93) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 356ce899..7dd18afd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: run: echo "Version ${{ steps.set-version.outputs.version }}" - name: Set test suite - if: ${{ github.ref != 'refs/heads/master' }} + if: github.ref != 'refs/heads/master' && github.event_name != 'pull_request' run: echo "GITHUB_TEST_SUITE=UnitTestSuite" >> $GITHUB_ENV - name: Compile