This commit is contained in:
parent
eecf4e4be8
commit
0b310e3d00
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -27,7 +27,9 @@ jobs:
|
||||
go-version: 1.15
|
||||
|
||||
- name: Install go-bindata
|
||||
run: go get -u github.com/go-bindata/go-bindata/...
|
||||
uses: cedrickring/golang-action@1.6.0
|
||||
with:
|
||||
args: go get -u github.com/go-bindata/go-bindata/...
|
||||
|
||||
- name: Build migrations
|
||||
run: go-bindata -pkg migrations -o $GITHUB_WORKSPACE/internal/database/migrations/bindata.go $GITHUB_WORKSPACE/internal/database/migrations/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user