Skip to content

Commit

Permalink
run migrations before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmrozinski committed Nov 11, 2023
1 parent b29521a commit 3130403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golangci-test.yml
Expand Up @@ -24,5 +24,9 @@ jobs:
with:
go-version: "stable"
cache: false
- name: Build binary
run: go build -trimpath -mod=vendor
- name: Run migrations
run: ./nakama migrate up --database.address "root:password@127.0.0.1:26257/nakama"
- name: golangci-test
run: go test ./...

0 comments on commit 3130403

Please sign in to comment.