Skip to content

fix: Web Tests Errors Detection #2893

fix: Web Tests Errors Detection

fix: Web Tests Errors Detection #2893

name: Check snapshots
on:
- pull_request
jobs:
check-snapshots:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.101'
- name: "Check Snapshots"
run: ./github-actions-helpers/build.sh SummaryOfSnapshotChanges
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PullRequestNumber: "${{ github.event.pull_request.number }}"
TargetBranch: "${{ github.base_ref }}"