Skip to content

Commit

Permalink
fix: Temporary remove gopath builds from CI (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba authored and pragatimodi committed Mar 23, 2023
1 parent b443517 commit 61185b4
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,3 @@ jobs:
- name: Run Static Analyzer
run: go vet -v ./...

gopath:
name: Gopath build
runs-on: ubuntu-latest
env:
GOPATH: ${{ github.workspace }}/go
GO111MODULE: off

steps:
- name: Set up Go 1.17
uses: actions/setup-go@v3
with:
go-version: 1.17

- name: Check out code into GOPATH
uses: actions/checkout@v2
with:
path: go/src/firebase.google.com/go

- name: Get dependencies
run: go get -t -v $(go list ./... | grep -v integration)

- name: Run Unit Tests
run: go test -v -race -test.short firebase.google.com/go/...

0 comments on commit 61185b4

Please sign in to comment.