Files
anubis-mirror/test/ssh-ci/in-container.sh
2025-09-28 03:09:45 +00:00

8 lines
101 B
Bash

#!/usr/bin/env sh
set -euo pipefail
set -x
npm ci
npm run build
SKIP_INTEGRATION=1 go test -v ./...