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 3e2cfc0 commit 3c3c85eCopy full SHA for 3c3c85e
.github/workflows/go.yml
@@ -12,14 +12,19 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
+ with:
16
+ fetch-depth: 1
17
+ path: go/src/github.com/evanphx/json-patch
18
19
- name: Set up Go
20
uses: actions/setup-go@v2
21
with:
22
go-version: 1.15
23
- - name: Setup
- run: go get
-
24
- name: Test
25
- run: go test -v ./...
+ run: |
26
+ cd /home/runner/work/json-patch/json-patch/go/src/github.com/evanphx/json-patch
27
+ go get ./...
28
+ go test -v ./...
29
+ env:
30
+ GOPATH: /home/runner/work/json-patch/json-patch/go
go.mod
go.sum
0 commit comments