Skip to content

Commit

Permalink
trying to fix project config
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot committed Oct 25, 2023
1 parent fcff117 commit f96b65b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ jobs:
mysqldump -h 127.0.0.1 -u root -proot keystone > seed.sql
- name: Restore database
if: steps.database-cache.outputs.cache-hit == 'true'
run: mysql -h 127.0.0.1 -u root -proot keystone < seed.sql
run: |
mysql -h 127.0.0.1 -u root -proot keystone < seed.sql
php craft project-config/apply
- name: Install plugins
run: ./bin/post-install.sh
- name: Run test suite
Expand Down

0 comments on commit f96b65b

Please sign in to comment.