Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Mar 17, 2024
1 parent fd66ad1 commit d70e0cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-table-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ jobs:
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
max_attempts: 1
command: cd app && php artisan dusk --group=table
max_attempts: 3
command: cd app && php artisan dusk --stop-on-error --stop-on-failure --group=table
on_retry_command: cd app && php artisan migrate:fresh --seed
env:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
Expand All @@ -182,8 +182,8 @@ jobs:
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
max_attempts: 1
command: cd app && php artisan dusk --group=table
max_attempts: 3
command: cd app && php artisan dusk --stop-on-error --stop-on-failure --group=table
on_retry_command: cd app && php artisan migrate:fresh --seed
env:
DB_PORT: ${{ job.services.postgres.ports[5432] }}
Expand All @@ -193,8 +193,8 @@ jobs:
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
max_attempts: 1
command: cd app && php artisan dusk --group=table
max_attempts: 3
command: cd app && php artisan dusk --stop-on-error --stop-on-failure --group=table
on_retry_command: cd app && php artisan migrate:fresh --seed

- name: Upload Screenshots
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
max_attempts: 1
command: cd app && php artisan dusk --exclude-group=table
max_attempts: 3
command: cd app && php artisan dusk --stop-on-failure --stop-on-errors --exclude-group=table
on_retry_command: cd app && php artisan migrate:fresh --seed

- name: Upload Screenshots
Expand Down

0 comments on commit d70e0cd

Please sign in to comment.