Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 26, 2021
1 parent f8b2bde commit 9404ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ jobs:
key: yarn-${{ hashFiles('yarn.lock') }}
- name: Generate coverage report
run: |
yarn install
./node_modules/.bin/eslint --version
make build
yarn jest eslint/babel-eslint-parser
make -j test-ci-coverage
# - name: Upload coverage report
# uses: codecov/codecov-action@v1

Expand Down
2 changes: 1 addition & 1 deletion scripts/test-cov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ -n "$CI" ]; then
jestArgs="${jestArgs} --maxWorkers=4 --ci"
fi

$node "$(yarn bin jest)" $jestArgs
$node "$(yarn bin jest)" $jestArgs eslint

0 comments on commit 9404ec4

Please sign in to comment.