From bee0d780cbb5a385ce0a6a91e3f016d399bf2169 Mon Sep 17 00:00:00 2001 From: jankapunkt Date: Tue, 2 Jul 2024 16:28:10 +0200 Subject: [PATCH] fix(ci): use correct lint command --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c2a271..ceed3a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 - name: Cache NPM dependencies - id: cache-meteor-npm + id: cache-npm uses: actions/cache@v4 with: path: ~/.npm @@ -32,7 +32,7 @@ jobs: cd test-proxy npm install npm run setup - npm run test + npm run lint tests: name: Meteor tests