We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04ea42 commit 190bb3dCopy full SHA for 190bb3d
.github/workflows/test.yml
@@ -28,9 +28,7 @@ jobs:
28
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
29
- name: Install oasdiff
30
run: |
31
- # Use the official install script - it installs directly to /usr/local/bin/
32
curl -fsSL https://raw.githubusercontent.com/oasdiff/oasdiff/main/install.sh | sh
33
- # Verify installation
34
oasdiff --version
35
- run: npm ci
36
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
0 commit comments