Skip to content

feat: handle read DB context and separate endpoints #8

feat: handle read DB context and separate endpoints

feat: handle read DB context and separate endpoints #8

name: English Note Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
EnglishNote_API:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '9.0.x' ]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run .NET Build and Test
uses: ./.github/actions/dotnet-build-and-test
with:
dotnet-version: ${{ matrix.dotnet-version }}
test-results-path: "TestResults-${{ matrix.dotnet-version }}"