Compare commits

...
4 Commits
Author SHA1 Message Date
Dustin Pianalto 4e1fa43e8e Fix typo in workflow
CI / build (push) Has been cancelled
2021-01-20 22:13:59 -09:00
Dustin Pianalto eed0ca1865 Fix typo in workflow
CI / build (push) Has been cancelled
2021-01-20 22:11:22 -09:00
Dustin Pianalto 2e7b1d2531 Fix typo in workflow
CI / build (push) Has been cancelled
2021-01-20 22:10:39 -09:00
Dustin Pianalto cd0fb03605 Fix typo in workflow
CI / build (push) Has been cancelled
2021-01-20 22:08:22 -09:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ jobs:
run: |
go get -u github.com/go-bindata/go-bindata/...
/home/runner/work/Geeksbot/bin/go-bindata -pkg migrations -o $GITHUB_WORKSPACE/internal/database/migrations/bindata.go $GITHUB_WORKSPACE/internal/database/migrations/
head $GITHUB_WORKSPACE/internal/database/migrations/bindata.go
- name: Build container image
env:
+1
View File
@@ -41,4 +41,5 @@ func ConnectDatabase(dbConnString string) {
log.Fatal(fmt.Errorf("Cannot create migration instance: %w", err))
}
m.Up()
log.Println("Migrations Run")
}