Skip to content

Commit

Permalink
Adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Nov 17, 2023
1 parent f7bd172 commit b7352bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
-
name: Run tests
run: dotnet test
run: dotnet test --framework net8.0
-
name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
-
name: Run tests
run: dotnet test
run: dotnet test --framework net8.0
-
name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
dotnet-version: '8.0'
-
name: Build
run: |
Expand Down

0 comments on commit b7352bb

Please sign in to comment.