From de34f00cab79784cea0299e152a2276d2c0d3c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?OS=20Aplet=20=E2=9D=A4=EF=B8=8F=C2=AE=EF=B8=8F?= <185862724+osAplet@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:34:29 +0100 Subject: [PATCH] action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit doplnění klíče testu --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b0413899..addbdb2c 100644 --- a/action.yml +++ b/action.yml @@ -84,4 +84,7 @@ runs: using: 'node20' main: 'dist/setup/index.js' post: 'dist/cleanup/index.js' - test: + test: 'dist/test/index.js' + test: 'npm run test' + +