Skip to content

Commit 09de66b

Browse files
committed
ci: fix the "run postgresql tests" step
1 parent e7a85c2 commit 09de66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ jobs:
253253
254254
- name: run postgresql tests
255255
run: |
256+
docker exec cloudsync-postgres mkdir -p /tmp/cloudsync/test
256257
docker cp test/postgresql cloudsync-postgres:/tmp/cloudsync/test/postgresql
257258
docker exec cloudsync-postgres psql -U postgres -d postgres -f /tmp/cloudsync/test/postgresql/full_test.sql
258259

0 commit comments

Comments
 (0)