Skip to content

Commit b915544

Browse files
Fix CI
1 parent 04c3a31 commit b915544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_dockerdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Start container again
2222
run: |
2323
cd database
24-
docker-compose up -d
24+
docker compose up -d
2525
sleep 5
2626
PGSSLMODE=require \
2727
PGSSLROOTCERT=certs/ca/root.crt \

0 commit comments

Comments
 (0)