Skip to content

Initial

Initial #11

name: Build DfE.CoreLibs.Testing
on:
push:
branches:
- main
paths:
- 'src/DfE.CoreLibs.Testing/**'
pull_request:
branches:
- main
paths:
- 'src/DfE.CoreLibs.Testing/**'
jobs:
build-and-test:
uses: ./.github/workflows/build-test-template.yml
with:
project_name: DfE.CoreLibs.Testing
project_path: src/DfE.CoreLibs.Testing
run_tests: false
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}