We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dbd9b commit d164911Copy full SHA for d164911
.circleci/config.yml
@@ -35,6 +35,7 @@ jobs: # a collection of steps
35
paths:
36
- node_modules
37
- run: touch database/testing.sqlite
38
+ - run: touch database/database.sqlite
39
- run: php artisan migrate --env=testing --database=sqlite_testing --force
40
- run: php artisan dusk:chrome-driver 70
41
- run: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
0 commit comments