Skip to content

Commit

Permalink
Update .github/workflows/database-upgrade.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Nicky Gerritsen <[email protected]>
  • Loading branch information
as6325400 and nickygerritsen authored Oct 22, 2024
1 parent 2265b3d commit 74d5f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Setting initial Admin Password
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
- name: Check for Errors in the Upgrade
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
run: mysql -hsqlserver -uroot -proot -e "SHOW TABLES FROM domjudge;"
- name: Check for Errors in Domjudge Web
run: .github/jobs/webstandard.sh none admin

0 comments on commit 74d5f0f

Please sign in to comment.