Skip to content

Commit 74d5f0f

Browse files
Update .github/workflows/database-upgrade.yml
Co-authored-by: Nicky Gerritsen <[email protected]>
1 parent 2265b3d commit 74d5f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: Setting initial Admin Password
3535
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
3636
- name: Check for Errors in the Upgrade
37-
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
37+
run: mysql -hsqlserver -uroot -proot -e "SHOW TABLES FROM domjudge;"
3838
- name: Check for Errors in Domjudge Web
3939
run: .github/jobs/webstandard.sh none admin

0 commit comments

Comments
 (0)