Skip to content

Bump Swashbuckle.AspNetCore in /Difficalcy.PerformancePlus #64

Bump Swashbuckle.AspNetCore in /Difficalcy.PerformancePlus

Bump Swashbuckle.AspNetCore in /Difficalcy.PerformancePlus #64

Workflow file for this run

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