Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Oct 2, 2024
1 parent c4404e9 commit acd5da7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dotnet-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.402'

dotnet-version: |
6.0.425
8.0.402
- name: Restore dependencies
working-directory: ./src/permit
run: dotnet restore
Expand All @@ -39,7 +41,7 @@ jobs:
- name: Run Tests
working-directory: ./tests/PermitTests
run: |
dotnet test
dotnet test --configuration Release
- name: Build project
working-directory: ./src/permit
Expand Down

0 comments on commit acd5da7

Please sign in to comment.