Skip to content

Commit 18916b8

Browse files
committed
fix CI issue
1 parent e054bae commit 18916b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
path: "**/node_modules"
2828
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
29+
- name: Install oasdiff
30+
run: |
31+
curl -fsSL https://raw.githubusercontent.com/oasdiff/oasdiff/main/install.sh | sh
32+
sudo mv ./bin/oasdiff /usr/local/bin/
2933
- run: npm ci
3034
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
3135
- run: npm run compile

0 commit comments

Comments
 (0)