File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6868 cmake --install ./build --prefix ./build/dist --config Release --verbose
6969 --component sourcemeta_jsonschema
7070
71+ # TODO: Debugging purposes
72+ - if : runner.os == 'linux'
73+ run : ./test/validate/pass_json_ref_yaml_http.sh bin/jsonschema
74+
7175 # Not every CTest version supports the --test-dir option. If such option
7276 # is not recognized, `ctest` will successfully exit finding no tests.
7377 # Better to be sure and `cd` all the time here.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -o nounset
55
66TMP=" $( mktemp -d) "
77mkdir " $TMP /server"
8- npx --yes http-server --help
8+ npx --yes http-server --version
99npx --yes http-server " $TMP /server" --port 8000 &
1010SERVER_PID=" $! "
1111
You can’t perform that action at this time.
0 commit comments