mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 13:56:45 +00:00
Merge pull request #475 from rswag/fix/workflow
Fix GH Actions being unable to bundle
This commit is contained in:
commit
16e40bfcf3
1
.github/workflows/ruby.yml
vendored
1
.github/workflows/ruby.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
gem update --system
|
||||
bundle install
|
||||
cd rswag-ui && npm install
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user