We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3281be commit 035909aCopy full SHA for 035909a
.github/workflows/ci.yml
@@ -40,27 +40,3 @@ jobs:
40
41
- name: Run Static Analyzer
42
run: go vet -v ./...
43
-
44
- gopath:
45
- name: Gopath build
46
- runs-on: ubuntu-latest
47
- env:
48
- GOPATH: ${{ github.workspace }}/go
49
- GO111MODULE: off
50
51
- steps:
52
- - name: Set up Go 1.17
53
- uses: actions/setup-go@v3
54
- with:
55
- go-version: 1.17
56
57
- - name: Check out code into GOPATH
58
- uses: actions/checkout@v2
59
60
- path: go/src/firebase.google.com/go
61
62
- - name: Get dependencies
63
- run: go get -t -v $(go list ./... | grep -v integration)
64
65
- - name: Run Unit Tests
66
- run: go test -v -race -test.short firebase.google.com/go/...
0 commit comments