Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Dec 29, 2020
1 parent 10e394a commit 9283d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: npx can-symlink

# for test cache hits
- run: npm i -g [email protected]

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ init:
# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- npx can-symlink
# for test cache hits
- npm i -g [email protected]
- ps: >-
Expand Down

0 comments on commit 9283d71

Please sign in to comment.