Skip to content

Commit 23fe4e1

Browse files
committed
chore: add paseto key to workflow tests
chore: start stack on workflow tests
1 parent cb70874 commit 23fe4e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ jobs:
7676
skip-build-cache: true
7777
args: --timeout 5m
7878

79-
- name: Build
79+
- name: Start stack
80+
run: docker-compose -f docker-compose-dev.yml up -d
81+
82+
- name: Test
8083
run: go test -v ./...
8184
env:
8285
CGO_ENABLED: 1
86+
REPO_PASETO.PUBLIC_KEY: 408c5155a389aeabf1c1b0da73ff5a3079b6aa6628e4c661b1e1ce412181cc8a
87+
REPO_PASETO.PRIVATE_KEY: a5f7409588f6b72d443db0d432f37f1214a5ec88cb55a70e24b90194ed549465408c5155a389aeabf1c1b0da73ff5a3079b6aa6628e4c661b1e1ce412181cc8a

0 commit comments

Comments
 (0)