Skip to content

Commit

Permalink
god damnit!
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed Apr 27, 2024
1 parent ef135c3 commit c914b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Dependencies
run: npm install && npm run build && composer install --prefer-dist --no-interaction --no-progress && php artisan duck:chrome-driver --detect
run: npm install && npm run build && composer install --prefer-dist --no-interaction --no-progress && php artisan dusk:chrome-driver --detect

- name: Copy environment file
run: cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Dependencies
run: npm install && npm run build && composer install --prefer-dist --no-interaction --no-progress && php artisan duck:chrome-driver --detect
run: npm install && npm run build && composer install --prefer-dist --no-interaction --no-progress && php artisan dusk:chrome-driver --detect

- name: Copy environment file
run: cp .env.example .env
Expand Down

0 comments on commit c914b0d

Please sign in to comment.