Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed May 18, 2023
1 parent e17b544 commit 3a43326
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ jobs:
- 6379:6379
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
- name: .NET Core 6
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.x'
- name: .NET Core 7
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
- name: run tests
working-directory: tests/Doc
run: |
dotnet test -f net6.0
dotnet test

0 comments on commit 3a43326

Please sign in to comment.