Skip to content

Commit

Permalink
OP-164 - updates build for php unit execution
Browse files Browse the repository at this point in the history
  • Loading branch information
MacBalc committed Jun 22, 2023
1 parent 0cee200 commit 859465c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ jobs:
name: Run PHPSpec
run: vendor/bin/phpspec run --ansi -f progress --no-interaction

-
name: Run PHPUnit
run: vendor/bin/phpunit --colors=always

-
name: Run Behat
run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
Expand Down

0 comments on commit 859465c

Please sign in to comment.