Skip to content

Commit

Permalink
validate database schema GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed Jun 20, 2024
1 parent 588fee6 commit 8831245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-database-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Setup project
run: |
apt-get install php"${PHP_VERSION}"-sqlite3
sudo apt-get install php"${PHP_VERSION}"-sqlite3
mv config/autoload/local.php.dist config/autoload/local.php
mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
mv config/autoload/local.test.php.dist config/autoload/local.test.php
Expand Down

0 comments on commit 8831245

Please sign in to comment.