Skip to content

Commit

Permalink
Update CI to remove covers annotaitons on integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Apr 17, 2024
1 parent 364de28 commit f8f3ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: sudo mysql -u root -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"

- name: Remove covers annotations on integration tests
run: composer vendor/bin/covers-ignore tests/Integration
run: php vendor/bin/covers-ignore tests/Integration

- name: Test
run: composer run-tests-general
Expand Down

0 comments on commit f8f3ad3

Please sign in to comment.