Skip to content

Adds Caching

Adds Caching #173

name: "Release Tests & Analysis"
on:
pull_request:
branches:
- 'release/**'
paths:
- 'src/api/*'
- 'src/api/**'
permissions:
checks: write
pull-requests: write
jobs:
tests:
name: Tests
uses: ./.github/workflows/matrix_test_result.yml
secrets: inherit
with:
dir: ./src/api/
dotnet-version: 6.0.x
code_analysis:
name: Code Analysis
needs: tests
uses: ./.github/workflows/coverage_report.yml
secrets: inherit
with:
dir: ./src/api/
dotnet-version: 6.0.x