We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265b3d commit 74d5f0fCopy full SHA for 74d5f0f
.github/workflows/database-upgrade.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Setting initial Admin Password
35
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
36
- name: Check for Errors in the Upgrade
37
- run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
+ run: mysql -hsqlserver -uroot -proot -e "SHOW TABLES FROM domjudge;"
38
- name: Check for Errors in Domjudge Web
39
run: .github/jobs/webstandard.sh none admin
0 commit comments