Skip to content

Commit

Permalink
fix mockoon
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero committed Aug 1, 2023
1 parent 23c84d1 commit c5b2a47
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- name: start mockserver
run: |
npm install -g @mockoon/cli
npx mockoon-cli start --data https://raw.githubusercontent.com/conekta/openapi/main/mocks/conekta_api.json --port 3000
- name: Run Mockoon CLI
uses: mockoon/cli-action@v1
with:
version: 'latest'
data-file: 'https://raw.githubusercontent.com/conekta/openapi/20230801/mocks/conekta_api.json'
port: 3000
- name: install dependencies
run: npm install
- name: execute Test
Expand Down

0 comments on commit c5b2a47

Please sign in to comment.