Skip to content

Commit

Permalink
fix(ci): use correct lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jul 2, 2024
1 parent 7c24139 commit bee0d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,7 +32,7 @@ jobs:
cd test-proxy
npm install
npm run setup
npm run test
npm run lint
tests:
name: Meteor tests
Expand Down

0 comments on commit bee0d78

Please sign in to comment.