Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Aug 1, 2023
1 parent 66fd75d commit a2915e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 299 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install
- run: npm run pretest
- run: npm run test:cov
env:
CI: true
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ errorShots/
/test/index-reverse.html
/test/reverse.spec.js
/test/index-hydrate.html
/test/index-hydrate-allua.html
/test/hydrate.spec.js
/test/unpack-anode.spec.js
/test/pref/tti.html
Expand Down
Loading

0 comments on commit a2915e0

Please sign in to comment.