diff --git a/package.json b/package.json index b08052c46..05e661f9d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "scripts": { "act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path=.artifacts", "act:check": "act pull_request -W .github/workflows/check.yml", + "act:test": "act workflow_dispatch -W .github/workflows/test.yml", "api:load": "./scripts/commands/api/load.sh", "db:clear": "node scripts/commands/database/clear.js", "db:create": "node scripts/commands/database/create.js",