Skip to content

Commit 9283d71

Browse files
author
Kelly Selden
committed
test
1 parent 10e394a commit 9283d71

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
with:
5757
node-version: ${{ matrix.node }}
5858

59+
- run: npx can-symlink
60+
5961
# for test cache hits
6062
- run: npm i -g [email protected]
6163

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ init:
1717
# Install scripts. (runs after repo cloning)
1818
install:
1919
- ps: Install-Product node $env:nodejs_version
20+
- npx can-symlink
2021
# for test cache hits
2122
- npm i -g [email protected]
2223
- ps: >-

0 commit comments

Comments
 (0)