Skip to content

Added Caching

Added Caching #1

name: .NET Build and Test for DfE.CoreLibs.Caching
on:
push:
branches:
- main
paths:
- 'src/DfE.CoreLibs.Caching/**'
jobs:
build-and-test:
uses: ./.github/workflows/build-test-template.yml

Check failure on line 12 in .github/workflows/build-test-caching.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-test-caching.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-test-caching.yml" -> "./.github/workflows/build-test-template.yml" : failed to fetch workflow: workflow was not found.
with:
project_name: DfE.CoreLibs.Caching
project_path: src/DfE.CoreLibs.Caching
sonar_project_key: DFE-Digital_corelibs-caching
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}