Skip to content

Commit

Permalink
Update swagger-editor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadavpadma authored Jan 16, 2025
1 parent 84a7eeb commit b154c1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swagger-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
with:
node-version: '16'
- name: Install dependencies
run: npm install
run: |
cd /home/runner/work/open-banking-us-openapi/open-banking-us-openapi
npm install
- name: Run Puppeteer tests
run: |
node -e "const puppeteer = require('puppeteer'); (async () => {
Expand Down

0 comments on commit b154c1a

Please sign in to comment.