Initial bootrap of application #10

Merged
davidlick merged 4 commits from bootstrap-api into main 2021-06-17 21:39:17 +00:00
Showing only changes of commit bab98adddd - Show all commits
+5 -1
View File
@@ -10,4 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
- run: make unit-test
with:
go-version: 1.x
- run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
make unit-test