Skip to content

Commit

Permalink
Try local package.json part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
amahadaya committed Jul 22, 2024
1 parent 5bce813 commit 859e257
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 @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install Prism
run: (yarn install && ls -a && cd node_modules && ls -a && cd .bin && ls -a cd @stoplight && ls -a)
run: (yarn install && ls -a && cd node_modules && ls -a && cd .bin && ls -a && cd @stoplight && ls -a)
- name: Start Prism Server
run: (node_modules/.bin/@stoplight/prism mock -h 127.0.0.1 openapi.json &)
- name: Set up Ruby
Expand Down

0 comments on commit 859e257

Please sign in to comment.