Skip to content

chore(deps): bump Microsoft.EntityFrameworkCore.Relational and Microsoft.Extensions.Logging.Abstractions #510

chore(deps): bump Microsoft.EntityFrameworkCore.Relational and Microsoft.Extensions.Logging.Abstractions

chore(deps): bump Microsoft.EntityFrameworkCore.Relational and Microsoft.Extensions.Logging.Abstractions #510

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:8.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./build.sh
- name: Test
run: ./test.sh