Skip to content

Commit

Permalink
chore(codeintel): Fix CI tests (#70)
Browse files Browse the repository at this point in the history
Some of the CI tests are failing and this PR is tracking the attempt to
resolve it.
  • Loading branch information
mmanela authored Dec 18, 2024
1 parent 3d9b201 commit 809d3a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
8.x
- run: dotnet format --verify-no-changes
Expand All @@ -35,4 +34,6 @@ jobs:
6.x
7.x
8.x
- run: dotnet test
- run: dotnet test -p:TargetFrameworks=net8.0
- run: dotnet test -p:TargetFrameworks=net7.0
- run: dotnet test -p:TargetFrameworks=net6.0

0 comments on commit 809d3a4

Please sign in to comment.