Merge pull request #475 from rswag/fix/workflow

Fix GH Actions being unable to bundle
This commit is contained in:
Greg Myers 2022-01-22 22:13:43 +00:00 committed by GitHub
commit 16e40bfcf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
gem update --system
bundle install
cd rswag-ui && npm install