mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat: Update CI workflow and project files for improved testing and documentation generation
This commit is contained in:
parent
37961b9eac
commit
5dd6d18fcc
5 changed files with 141 additions and 1 deletions
|
|
@ -6,9 +6,26 @@ on:
|
|||
- '**'
|
||||
|
||||
jobs:
|
||||
# runTests:
|
||||
# uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-tests.yml@main
|
||||
# secrets: inherit
|
||||
runTests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-dotnet@v6
|
||||
with:
|
||||
dotnet-version: 9.0.x
|
||||
- name: Restore dependencies
|
||||
working-directory: .
|
||||
run: dotnet restore
|
||||
- name: Test
|
||||
working-directory: .
|
||||
run: dotnet test --verbosity normal --no-restore --collect:"xplat code coverage"
|
||||
getVersion:
|
||||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
|
||||
secrets: inherit
|
||||
needs: runTests
|
||||
build-4Series:
|
||||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-4Series-builds.yml@main
|
||||
secrets: inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue