Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Jul 3, 2024
1 parent 49c9942 commit be40edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: echo "Start"
- run: npm install
- run: DEBUG=eslint:cli-engine npm run lint:all
- run: npm run build
Expand All @@ -33,4 +34,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
parallel-finished: true

0 comments on commit be40edf

Please sign in to comment.