We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a85c2 commit 09de66bCopy full SHA for 09de66b
.github/workflows/main.yml
@@ -253,6 +253,7 @@ jobs:
253
254
- name: run postgresql tests
255
run: |
256
+ docker exec cloudsync-postgres mkdir -p /tmp/cloudsync/test
257
docker cp test/postgresql cloudsync-postgres:/tmp/cloudsync/test/postgresql
258
docker exec cloudsync-postgres psql -U postgres -d postgres -f /tmp/cloudsync/test/postgresql/full_test.sql
259
0 commit comments