Skip to content

Commit 190bb3d

Browse files
committed
fix CI issue
1 parent f04ea42 commit 190bb3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
2929
- name: Install oasdiff
3030
run: |
31-
# Use the official install script - it installs directly to /usr/local/bin/
3231
curl -fsSL https://raw.githubusercontent.com/oasdiff/oasdiff/main/install.sh | sh
33-
# Verify installation
3432
oasdiff --version
3533
- run: npm ci
3634
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)