Skip to content

Commit 1b1fc46

Browse files
committed
update CI step
1 parent 3e9f87a commit 1b1fc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/database-upgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: Wait and Import Database
3131
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
32-
- name: Setting init Admin Passwod
33-
run: echo "pass" > ./opt/domjudge/domserver/etc/initial_admin_password.secret
3432
- name: Install DOMjudge
3533
run: .github/jobs/baseinstall.sh default upgrade
34+
- name: Setting init Admin Passwod
35+
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
3636
- name: Check for Errors in the Upgrade
3737
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"
3838
- name: Check for Errors in Domjudge Web

0 commit comments

Comments
 (0)