Skip to content

chore: bump Microsoft.EntityFrameworkCore.Design from 7.0.13 to 7.0.18 #502

chore: bump Microsoft.EntityFrameworkCore.Design from 7.0.13 to 7.0.18

chore: bump Microsoft.EntityFrameworkCore.Design from 7.0.13 to 7.0.18 #502

Workflow file for this run

name: Run Test Suite on PR or push to master
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
- name: Install dependencies
run: dotnet restore
- name: Run .NET tests
run: dotnet test
- name: Run Node.js tests
run: npm run test
working-directory: ./canary/ClientApp