Skip to content

build(deps): bump Microsoft.AspNetCore.Identity.UI from 8.0.4 to 8.0.5 #1095

build(deps): bump Microsoft.AspNetCore.Identity.UI from 8.0.4 to 8.0.5

build(deps): bump Microsoft.AspNetCore.Identity.UI from 8.0.4 to 8.0.5 #1095

Workflow file for this run

name: Tests
on:
push:
branches:
- 'r4/master'
pull_request:
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ windows-latest, ubuntu-latest, macos-14 ]
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build with dotnet
run: dotnet build src/Spark.Web/Spark.Web.csproj -c Release
- name: Unit tests
run: |
dotnet test "./src/Spark.Engine.Test/Spark.Engine.Test.csproj"
dotnet test "./src/Spark.Mongo.Tests/Spark.Mongo.Tests.csproj"