Skip to content

Commit 54a2447

Browse files
committed
Debug Linux
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 66392f0 commit 54a2447

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
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.

test/validate/pass_json_ref_yaml_http.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o nounset
55

66
TMP="$(mktemp -d)"
77
mkdir "$TMP/server"
8-
npx --yes http-server --help
8+
npx --yes http-server --version
99
npx --yes http-server "$TMP/server" --port 8000 &
1010
SERVER_PID="$!"
1111

0 commit comments

Comments
 (0)