Skip to content

Commit d2cbc63

Browse files
committed
fix tests
1 parent e45a416 commit d2cbc63

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
jobs:
88
build:
99
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"
1017
steps:
1118
- uses: actions/checkout@v4
1219
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)