mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: Update actions/checkout and actions/setup-dotnet versions for improved compatibility
This commit is contained in:
parent
884b2c2e6e
commit
7e3c62b303
3 changed files with 4 additions and 264 deletions
|
|
@ -6,22 +6,9 @@ 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@v5
|
||||
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"
|
||||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-run-tests.yml@main
|
||||
secrets: inherit
|
||||
getVersion:
|
||||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
|
||||
secrets: inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue