We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83ffc5 commit 70ce474Copy full SHA for 70ce474
.github/workflows/npm-publish.yml
@@ -67,6 +67,8 @@ jobs:
67
fi
68
69
- name: Run tests
70
+ env:
71
+ POSTGRES_PORT: 5432
72
run: npm test
73
74
- name: Build
0 commit comments