We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45a416 commit d2cbc63Copy full SHA for d2cbc63
.github/workflows/test.yml
@@ -7,6 +7,13 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-22.04
10
+ env:
11
+ MAIZAI_POSTGRESQL_USERNAME: appclacks
12
+ MAIZAI_POSTGRESQL_PASSWORD: appclacks
13
+ MAIZAI_POSTGRESQL_DATABASE: appclacks
14
+ MAIZAI_POSTGRESQL_HOST: 127.0.0.1
15
+ MAIZAI_POSTGRESQL_PORT: 5432
16
+ MAIZAI_POSTGRESQL_SSL_MODE: "disable"
17
steps:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-go@v4
0 commit comments