Skip to content

Commit

Permalink
add Check for Errors in Domjudge Web
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 20, 2024
1 parent 82b769f commit 79ce50e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh default upgrade
- name: Check for Errors in the Upgrade
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
- name: Check for Errors in Domjudge Web
run: .github/jobs/webstandard.sh default admin

0 comments on commit 79ce50e

Please sign in to comment.