Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 29, 2021
1 parent 2e5f241 commit 0d92835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Test and Generate Coverage
run: |
yarn prepsuite
yarn test:coverage
node_modules/.bin/jest test/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion test/watch/basic/src/index.js
@@ -1 +1 @@
console.log('watch flag test');
console.log('watch flag test');

0 comments on commit 0d92835

Please sign in to comment.