Skip to content

Commit 0aa69f2

Browse files
Merge pull request #1682 from BooleanCat/master
Pin version of gojsonschema in tests
2 parents 96086e5 + a1edc03 commit 0aa69f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/spec.bats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ function teardown() {
8181
run bash -c "GOPATH='$GOPATH' go get github.com/xeipuuv/gojsonschema"
8282
[ "$status" -eq 0 ]
8383

84+
run git -C "${GOPATH}/src/github.com/xeipuuv/gojsonschema" reset --hard 6637feb73ee44cd4640bb3def285c29774234c7f
85+
[ "$status" -eq 0 ]
86+
8487
GOPATH="$GOPATH" go build src/runtime-spec/schema/validate.go
8588
[ -e ./validate ]
8689

0 commit comments

Comments
 (0)