Skip to content

Commit

Permalink
test(ci): use artisan dusk --colors=always while waiting for larave…
Browse files Browse the repository at this point in the history
…l/dusk#1066

cc nunomaduro/collision#241

Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
tgr-9 authored and dependabot[bot] committed Oct 13, 2023
1 parent 2c0664c commit fbb6709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
run: php artisan serve > /dev/null 2>&1 &

- name: Run e2e tests
run: php artisan dusk --ansi
run: php artisan dusk --colors=always

- name: Upload e2e tests logs
if: failure()
Expand Down

0 comments on commit fbb6709

Please sign in to comment.