Skip to content

Commit

Permalink
Tweak CI (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 20, 2024
1 parent b7aa1dc commit cbfd4e2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,21 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- name: Setup .NET
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
with:
dotnet-version: "8.0.201"
- run: pwsh bin/test.ps1
- uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86
dotnet-version: "8.0.403"

- name: Run tests
run: pwsh bin/test.ps1

- name: Create test summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86
with:
paths: build/**/results/**/*.xml
if: always()

0 comments on commit cbfd4e2

Please sign in to comment.