We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d7cbf commit 53581a3Copy full SHA for 53581a3
.github/workflows/database-upgrade.yml
@@ -27,7 +27,7 @@ jobs:
27
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
28
steps:
29
- uses: actions/checkout@v4
30
- - name: Wait and Import Database
+ - name: Import Database
31
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
32
- name: Install DOMjudge
33
run: .github/jobs/baseinstall.sh default upgrade
0 commit comments