Skip to content

Commit

Permalink
Split Chrome install from version printing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aag committed Nov 4, 2024
1 parent 33d1fe2 commit 21f128c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
php artisan migrate
- name: Install Chrome
uses: browser-actions/setup-chrome@v1
- name: Print Chrome version
run: chrome --version
- name: Install ChromeDriver
run: php artisan dusk:chrome-driver --detect
Expand Down

0 comments on commit 21f128c

Please sign in to comment.