Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci-ex-dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Run migrations
run: php ./artisan migrate
- name: Create Database
run: |
cat data/ci/ci_test_db.sql | mysql --default-character-set=utf8mb4 -h localhost -u root ixp_ci
cat data/ci/ci_test_db_data.sql | mysql --default-character-set=utf8mb4 -h localhost -u root ixp_ci
- name: Set up php server
run: |
php ./artisan serve &>php-built-in.log &
Expand Down
Loading
Loading