Skip to content

Commit

Permalink
build: Change condition to run the integration tests when raise a new…
Browse files Browse the repository at this point in the history
… pull request (#93)
  • Loading branch information
talyssoncastro authored Feb 2, 2024
1 parent e458f64 commit 677fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 677fd9b

Please sign in to comment.