Skip to content

Commit 13d9e33

Browse files
committed
Fix CI
1 parent 3dbebab commit 13d9e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qwc-base-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Set up demo database and run migrations
1414
run: |
1515
cd ${GITHUB_WORKSPACE}/test
16-
docker-compose up -d qwc-postgis
17-
docker-compose up --exit-code-from qwc-config-db-migrate
16+
docker compose up -d qwc-postgis
17+
docker compose up --exit-code-from qwc-config-db-migrate
1818
1919
build:
2020
needs: test

0 commit comments

Comments
 (0)