Skip to content

Commit 79ce50e

Browse files
committed
add Check for Errors in Domjudge Web
1 parent 82b769f commit 79ce50e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/database-upgrade.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ jobs:
3232
- name: Install DOMjudge
3333
run: .github/jobs/baseinstall.sh default upgrade
3434
- name: Check for Errors in the Upgrade
35-
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
35+
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
36+
- name: Check for Errors in Domjudge Web
37+
run: .github/jobs/webstandard.sh default admin
38+

0 commit comments

Comments
 (0)