Skip to content

chore(*): Update dependency Swashbuckle.AspNetCore to v6.7.0 #12710

chore(*): Update dependency Swashbuckle.AspNetCore to v6.7.0

chore(*): Update dependency Swashbuckle.AspNetCore to v6.7.0 #12710

Workflow file for this run

name: Html Snapshot Tests
on: [push, pull_request]
jobs:
html-snapshot-test:
name: Html Snapshot Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: |
cd e2e
echo ::group::build
make server compose-args="--detach"
make wait-server
echo ::endgroup::build
make test-html-ci