Skip to content

Commit

Permalink
ci: expect lint to fail, start prism mock and call
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 13, 2024
1 parent 592b932 commit b88234f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: make setup
- run: make do_openapi_lint
- run: make do_openapi_lint || true
- run: make provider_mock_prism &
- run: sleep 15 && make request

0 comments on commit b88234f

Please sign in to comment.