Skip to content

Commit

Permalink
Merge branch 'master' of github.com:boyxp/nova
Browse files Browse the repository at this point in the history
  • Loading branch information
boyxp committed Jan 25, 2024
2 parents a375437 + 2ac65b9 commit 311adb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Start MySQL
run : |
sudo /etc/init.d/mysql start
mysql -e "CREATE DATABASE IF NOT EXISTS $DB_DATABASE;" -u$DB_USER -p$DB_PASSWORD
MYPWD=$DB_PASSWORD mysql -e "CREATE DATABASE IF NOT EXISTS $DB_DATABASE;" -u$DB_USER -p$@
- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 311adb2

Please sign in to comment.