chore(justfile): api-test: add litmus webdav
play listmus webdav test only if found locally
This commit is contained in:
@@ -172,9 +172,17 @@ front-design:
|
|||||||
# .github/workflows/ci.yml; keep the order in sync so a local pass means
|
# .github/workflows/ci.yml; keep the order in sync so a local pass means
|
||||||
# CI passes.
|
# CI passes.
|
||||||
api-test:
|
api-test:
|
||||||
bash tests/api/run.sh
|
#!/usr/bin/env bash
|
||||||
bash tests/webdav/run.sh
|
set -euo pipefail
|
||||||
bash tests/oidc/run.sh
|
./tests/api/run.sh
|
||||||
|
./tests/webdav/run.sh
|
||||||
|
./tests/oidc/run.sh
|
||||||
|
if which litmus >/dev/null 2>/dev/null
|
||||||
|
then
|
||||||
|
./tests/webdav/run-litmus.sh
|
||||||
|
else
|
||||||
|
echo "XXX litmus webdav not found, ignore test"
|
||||||
|
fi
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# SvelteKit frontend (frontend/) — the only frontend. These `fe-*` recipes
|
# SvelteKit frontend (frontend/) — the only frontend. These `fe-*` recipes
|
||||||
|
|||||||
Reference in New Issue
Block a user