Skip to content

Commit

Permalink
Dev: YML syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 3, 2023
1 parent ecedb45 commit e5a83bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Load custom console and start the Application
run: |
# find /var/log # Dump all available logs
sudo tail -f -n 500 /var/log/mysql/error.log & || true
sudo tail -f -n 500 /var/log/mysql/error.log &
cp application/config/config-sample-mysql.php application/config/config.php
php application/commands/console.php install admin password TravisLS no@email.com verbose
cat application/config/config.php
Expand Down

0 comments on commit e5a83bb

Please sign in to comment.