build docker images

pull/508/head
Hunter Long 2020-04-17 23:35:13 -07:00
parent 29f0cfcb14
commit baf7449b38
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,9 @@ jobs:
chmod +x statping chmod +x statping
mv statping $(go env GOPATH)/bin/ mv statping $(go env GOPATH)/bin/
- name: Cypress E2E Testing
uses: cypress-io/github-action@v1
- name: Go Tests - name: Go Tests
run: SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./... run: SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
env: env: