Skip to content

Trigger

Trigger #32

name: Build 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 / Build DfE.CoreLibs.Caching

Invalid workflow file

The workflow is not valid. .github/workflows/build-test-caching.yml (Line: 12, Col: 11): Input sonar_project_key is required, but not provided while calling.
with:
project_name: DfE.CoreLibs.Caching
project_path: src/DfE.CoreLibs.Caching
run_tests: false
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}