Skip to content

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 6.0.11 to 6.0.20 in /tests/Hippo.FunctionalTests #1351

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 6.0.11 to 6.0.20 in /tests/Hippo.FunctionalTests

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 6.0.11 to 6.0.20 in /tests/Hippo.FunctionalTests #1351

Workflow file for this run

name: Run Test Suite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
version:
- "6.0.x"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.version }}
- run: dotnet test