From 82d6f651c719e4a90796184cd3166e137132684d Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Sat, 31 Aug 2024 15:05:11 +0200 Subject: [PATCH] Fix lint test --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 460cd13..b678896 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -27,7 +27,7 @@ jobs: restore-keys: | ${{ runner.os }}-node-20- - - run: cd testapp && npm ci && npm run setup && npm run lint + - run: cd testapp3 && npm ci && npm run setup && npm run lint test2: name: Meteor package tests 2.16