Skip to content

Commit

Permalink
Merge pull request #823 from dbarzin/dev
Browse files Browse the repository at this point in the history
Fix non regression tests
  • Loading branch information
dbarzin authored Sep 14, 2024
2 parents 7ab3e12 + f3545d0 commit d9bd413
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 214 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,16 @@ jobs:
mysql mercator --host 127.0.0.1 --port 3306 -uroot < mercator_data.sql
- name: Check code quality
run: |
php artisan insights -s
run: php artisan insights -s

- name: Install Chrome Driver
run: php artisan dusk:chrome-driver 128
run: php artisan dusk:chrome-driver --detect

- name: Check Chrome Driver Version
run: |
chmod +x ./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver &&
./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver -v
- name: Check Chrome Driver version
run: ./vendor/laravel/dusk/bin/chromedriver-linux -v

- name: Start Chrome Driver
run: ./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver &
run: ./vendor/laravel/dusk/bin/chromedriver-linux --port=9515 &

- name: Run Laravel Server
run: php artisan serve --no-reload &
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/dusk": "^7.7",
"laravel/dusk": "^8.2.3",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
Expand Down
Loading

0 comments on commit d9bd413

Please sign in to comment.