ReSpec fails to find referenced EBNF file

I’m building the spec as part of a GitHub CI Action for w3c/N3 [1]. The spec references a number of files which are symlinked into the /spec directory along with /spec/index.html. It loads all of those that end in “.html”, but fails to load “/spec/n3.ebnf”. If I run respec locally (on Mac) it seems to work fine:

> respec -s "http://localhost:8000/spec/index.html" -o /dev/null --verbose -t 20 -e

But, the GitHub action fails. I’ve tried renaming “n3.ebnf” to “n3.ebnf.txt”, but no joy.

Any suggestions?

Gregg Kellogg
gregg@greggkellogg.net

[1] https://github.com/w3c/N3/runs/7102616902?check_suite_focus=true (or any recent action on the iriPropertLists branch).

Received on Tuesday, 28 June 2022 23:28:23 UTC