Skip to content

Commit

Permalink
Avoid integration tests in unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed Jun 15, 2022
1 parent 4ae352b commit 46c997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
uses: "ramsey/composer-install@v1"

- name: Run tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit --filter='/^((?!Integration).)*$/'

0 comments on commit 46c997d

Please sign in to comment.