Skip to content

ci: skip prism, expect soapui to fail #6

ci: skip prism, expect soapui to fail

ci: skip prism, expect soapui to fail #6

Workflow file for this run

name: ci
on:
push:
branches:
- ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make setup
- run: make do_openapi_lint || true
# - run: make provider_mock_prism &
# - run: sleep 15 && make request
- run: make do_openapi2soapui
- run: make do_soapui_test