Closed ahelwer closed 7 months ago
How can this particular model be excluded from being checked? It seems one can only skip a folder with .ciignore
.
You can use the -skip parameter in the CI, I added it to my Unicode PR
Where does -skip go?
It's already being used, look at the existing PR CI in tlaplus/tlaplus. The model doesn't have to be skipped in this repo's CI because it passes just fine.
Here is the change that currently lives in my unicode branch omitting checking this file using -skip: https://github.com/tlaplus/tlaplus/blob/b90fa3b1ff3b95cb45a1a7aa1a0e67da6f64bbe6/.github/workflows/pr.yml#L120
Steps to reproduce:
./examples/.github/scripts/linux-setup.sh examples/.github/scripts examples/deps true
to install dependencies on Linux & macOSObserve the following error:
Found during execution of CI in tlaplus/tlaplus repo. It seems like a path is hardcoded somewhere assuming cwd is repo root.