Add go env

This commit is contained in:
Smolevich
2020-04-01 17:25:17 +03:00
parent b713d0d3f1
commit 0b53c4aeaa
+2 -1
View File
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: debug if needed
run: if [[ "$DEBUG" == "true" ]]; then docker version && env; fi
run: if [[ "$DEBUG" == "true" ]]; then env; fi
env:
DEBUG: ${{secrets.DEBUG}}
@@ -33,6 +33,7 @@ jobs:
- name: test backend
run: |
go env
date
cd backend/app
go test -mod=vendor -timeout=60s -covermode=count -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...