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