Fix typo in workflow
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Dustin Pianalto 2021-01-20 21:50:13 -09:00
parent d3bbef1d7f
commit 36a3cd26ba

View File

@ -28,6 +28,8 @@ jobs:
- name: Install go-bindata and build migrations
run: |
pwd
echo $(GOPATH)
go get -u github.com/go-bindata/go-bindata/...
go-bindata -pkg migrations -o $GITHUB_WORKSPACE/internal/database/migrations/bindata.go $GITHUB_WORKSPACE/internal/database/migrations/