Skip to content

Commit

Permalink
update CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 21, 2024
1 parent 3e9f87a commit 1b1fc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- uses: actions/checkout@v4
- name: Wait and Import Database
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
- name: Setting init Admin Passwod
run: echo "pass" > ./opt/domjudge/domserver/etc/initial_admin_password.secret
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh default upgrade
- name: Setting init Admin Passwod
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;"
- name: Check for Errors in Domjudge Web
Expand Down

0 comments on commit 1b1fc46

Please sign in to comment.