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 cb70874 commit 23fe4e1Copy full SHA for 23fe4e1
.github/workflows/build.yml
@@ -76,7 +76,12 @@ jobs:
76
skip-build-cache: true
77
args: --timeout 5m
78
79
- - name: Build
+ - name: Start stack
80
+ run: docker-compose -f docker-compose-dev.yml up -d
81
+
82
+ - name: Test
83
run: go test -v ./...
84
env:
85
CGO_ENABLED: 1
86
+ REPO_PASETO.PUBLIC_KEY: 408c5155a389aeabf1c1b0da73ff5a3079b6aa6628e4c661b1e1ce412181cc8a
87
+ REPO_PASETO.PRIVATE_KEY: a5f7409588f6b72d443db0d432f37f1214a5ec88cb55a70e24b90194ed549465408c5155a389aeabf1c1b0da73ff5a3079b6aa6628e4c661b1e1ce412181cc8a
0 commit comments