We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6328033 commit 16a504dCopy full SHA for 16a504d
.github/workflows/integration-tests.yml
@@ -5,6 +5,10 @@ on:
5
workflow_dispatch:
6
schedule:
7
- cron: '0 0 * * *'
8
+env:
9
+ POSTGRES_USER: postgres
10
+ POSTGRES_PASSWORD: ''
11
+ POSTGRES_DB: app
12
13
jobs:
14
vitest:
0 commit comments