Skip to content

Commit 53581a3

Browse files
Update .github/workflows/database-upgrade.yml
Co-authored-by: Nicky Gerritsen <[email protected]>
1 parent 22d7cbf commit 53581a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
2828
steps:
2929
- uses: actions/checkout@v4
30-
- name: Wait and Import Database
30+
- name: Import Database
3131
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
3232
- name: Install DOMjudge
3333
run: .github/jobs/baseinstall.sh default upgrade

0 commit comments

Comments
 (0)