Skip to content

Commit

Permalink
Try local package.json part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
amahadaya committed Jul 22, 2024
1 parent f6c91dd commit 1521251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Prism
run: (yarn install)
- name: Start Prism Server
run: (node_modules/.bin/@stoplight/prism mock -h 127.0.0.1 openapi.json &)
run: (./node_modules/.bin/@stoplight/prism mock -h 127.0.0.1 openapi.json &)
- name: Set up Ruby
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
with:
Expand Down

0 comments on commit 1521251

Please sign in to comment.