Skip to content

Commit

Permalink
added npm install for build-single-file-specs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Mar 26, 2024
1 parent 877ca71 commit ea6d976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-single-file-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:

- name: Build
working-directory: ./tools
run: npm run merge
run: |-
npm install
npm run merge
- name: Upload OpenAPI model artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ea6d976

Please sign in to comment.