Skip to content

Commit

Permalink
Install dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndon-gabriel committed Dec 14, 2024
1 parent 93ab96c commit 228b791
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-net60.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
- name: Run the Core tests
run: dotnet test $GITHUB_WORKSPACE/tests/Medidata.MAuth.CoreTests --framework net6.0
- name: Run the ASP.NET Core tests
Expand Down

0 comments on commit 228b791

Please sign in to comment.