Skip to content

Bump Swashbuckle.AspNetCore from 6.6.2 to 6.9.0 in /Difficalcy #160

Bump Swashbuckle.AspNetCore from 6.6.2 to 6.9.0 in /Difficalcy

Bump Swashbuckle.AspNetCore from 6.6.2 to 6.9.0 in /Difficalcy #160

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test
e2e-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test-e2e
check-api-reference:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make check-api-reference