Add mise task to run pi tests
This commit is contained in:
@@ -40,6 +40,12 @@ Run project tests
|
|||||||
|
|
||||||
The number of the partition
|
The number of the partition
|
||||||
|
|
||||||
|
## `dev:pi-test`
|
||||||
|
|
||||||
|
- **Usage**: `dev:pi-test`
|
||||||
|
|
||||||
|
Run pi tests
|
||||||
|
|
||||||
## `dev:precommit`
|
## `dev:precommit`
|
||||||
|
|
||||||
- **Usage**: `dev:precommit`
|
- **Usage**: `dev:precommit`
|
||||||
|
|||||||
Executable
+13
@@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
#MISE description="Run pi tests"
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh"
|
||||||
|
|
||||||
|
ensure_working_directory!
|
||||||
|
|
||||||
|
npm test --prefix .pi/extensions/sensitive-file-guard
|
||||||
|
|
||||||
|
npm test --prefix .pi/extensions/s3-browser
|
||||||
Reference in New Issue
Block a user