From 440ec2602d813b882fa3d5cfca6bacc7a2192fb9 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 3 Feb 2023 02:58:11 +0300 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) 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",