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 Nicky Gerritsen authored Oct 22, 2024
1 parent 22d7cbf commit 53581a3
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 @@ -27,7 +27,7 @@ jobs:
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v4
- name: Wait and Import Database
- name: Import Database
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh default upgrade
Expand Down

0 comments on commit 53581a3

Please sign in to comment.