Skip to content

change(CI): moved build and test job into separate files #18

change(CI): moved build and test job into separate files

change(CI): moved build and test job into separate files #18

Workflow file for this run

name: Build
on:
push:
branches:
- "**"
jobs:
build:
uses: ./.github/workflows/build.yml
test:

Check failure on line 12 in .github/workflows/non-tags.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/non-tags.yml (Line: 12, Col: 3): Error calling workflow 'WolfBublitz/WB.Logging/.github/workflows/test.yml@5b25841c783c3d19758b1af0e67f19fb722fd49d'. The nested job 'test' is requesting 'checks: write, pull-requests: write', but is only allowed 'checks: none, pull-requests: none'.
needs: build
uses: ./.github/workflows/test.yml
with:
dotnet-version: '10.0.x'
tests: '["LoggerTests"]'