Skip to content

Commit 035909a

Browse files
fix: Temporary remove gopath builds from CI (#546)
1 parent c3281be commit 035909a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,3 @@ jobs:
4040
4141
- name: Run Static Analyzer
4242
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-
with:
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

Comments
 (0)