From eae2fd4f384a21664c912fa958e256cf12f970d4 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Thu, 31 Oct 2024 15:29:06 -0300 Subject: [PATCH] fix: test command Signed-off-by: Allain Magyar --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b7a942c4c0..929cf7fc3b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -169,5 +169,5 @@ jobs: run: | ./docker/run.sh "$AGENT_VERSION" npm i - node ./dist/suite.spec.js + npm test ./docker/stop.sh