Skip to content

Commit bee0d78

Browse files
committed
fix(ci): use correct lint command
1 parent 7c24139 commit bee0d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
- name: Cache NPM dependencies
22-
id: cache-meteor-npm
22+
id: cache-npm
2323
uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
@@ -32,7 +32,7 @@ jobs:
3232
cd test-proxy
3333
npm install
3434
npm run setup
35-
npm run test
35+
npm run lint
3636
3737
tests:
3838
name: Meteor tests

0 commit comments

Comments
 (0)