Skip to content

Commit

Permalink
fix oas workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Nov 28, 2024
1 parent 9cd97ea commit 3417b9d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: open_producten-oas
path: openapi.yaml
path: src/openapi.yaml
retention-days: 1

check-up-to-date:
Expand Down Expand Up @@ -87,8 +87,7 @@ jobs:
name: open_producten-oas
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
node-version: '20'

- name: Install spectral
run: npm install -g @stoplight/spectral@5
Expand All @@ -109,8 +108,7 @@ jobs:
name: open_producten-oas
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
node-version: '20'

- name: Install dependencies
run: npm install -g openapi-to-postmanv2
Expand All @@ -136,8 +134,7 @@ jobs:
name: open_producten-oas
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
node-version: '20'

- name: Install dependencies
run: npm install -g @openapitools/openapi-generator-cli
Expand Down

0 comments on commit 3417b9d

Please sign in to comment.