We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6516b3 commit a1edc03Copy full SHA for a1edc03
tests/integration/spec.bats
@@ -81,6 +81,9 @@ function teardown() {
81
run bash -c "GOPATH='$GOPATH' go get github.com/xeipuuv/gojsonschema"
82
[ "$status" -eq 0 ]
83
84
+ run git -C "${GOPATH}/src/github.com/xeipuuv/gojsonschema" reset --hard 6637feb73ee44cd4640bb3def285c29774234c7f
85
+ [ "$status" -eq 0 ]
86
+
87
GOPATH="$GOPATH" go build src/runtime-spec/schema/validate.go
88
[ -e ./validate ]
89
0 commit comments