Skip to content

Commit

Permalink
[CI] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Sep 18, 2021
1 parent 9ddca09 commit 1f6280a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEBUGBAR_ENABLED=false

DB_HOST=127.0.0.1
DB_DATABASE=myapp_test
DB_USERNAME=travis
DB_USERNAME=root
DB_PASSWORD=

#######################################################################################
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- run: mysql -uroot -h127.0.0.1 -e 'CREATE DATABASE myapp_test'
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"
- name: Install bgpq3
run: apt-get install bgpq3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Set up Dusk chrome-drover
Expand Down

0 comments on commit 1f6280a

Please sign in to comment.