Skip to content

Fuzzy API testing with Schemathesis #63

Fuzzy API testing with Schemathesis

Fuzzy API testing with Schemathesis #63

Workflow file for this run

name: Fuzzy API testing with Schemathesis
on:
push:
branches:
- master
pull_request:
types: ["opened", "synchronize", "reopened"]
create:
jobs:
api-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Run fuzzy testing
run: |
docker-compose -f docker-compose-fuzz.yml up --build --exit-code-from api-tests