We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e054bae commit 18916b8Copy full SHA for 18916b8
.github/workflows/test.yml
@@ -26,6 +26,10 @@ jobs:
26
with:
27
path: "**/node_modules"
28
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/
33
- run: npm ci
34
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
35
- run: npm run compile
0 commit comments