Skip to content

Commit

Permalink
update mockoon/cli-action@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero committed Apr 29, 2024
1 parent 1543427 commit dbdc1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2]
ruby-version: [2.6, 2.7, 3.0, 3.1, 3.2]
steps:
- uses: actions/checkout@v3

Expand All @@ -24,7 +24,7 @@ jobs:
run: bundle install

- name: Run Mockoon CLI
uses: mockoon/cli-action@v1
uses: mockoon/cli-action@v2
with:
version: 'latest'
data-file: 'https://raw.githubusercontent.com/conekta/openapi/main/mocks/conekta_api.json'
Expand Down

0 comments on commit dbdc1eb

Please sign in to comment.