Skip to content

Commit

Permalink
fix: user composer command to run functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Feb 25, 2024
1 parent 773b7ac commit 29629f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-php-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test-php-functional:
variables:
MARIADB_ROOT_PASSWORD: root
script:
- vendor/bin/phpunit -c phpunit.functional.xml --log-junit phpunit-report.xml
- composer run ci:test:functional
rules:
- if: $RESET_JOB == 'true'
when: never
Expand Down

0 comments on commit 29629f6

Please sign in to comment.