Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Sep 11, 2024
1 parent a10eeb5 commit ac063ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore src
run: dotnet restore
- name: Build
run: dotnet build src --no-restore --configuration Release
run: dotnet build --no-restore --configuration Release
- name: Run tests
uses: Particular/run-tests-action@v1.7.0
uses: dotnet test --no-build --configuration Release --logger "GitHubActions"

0 comments on commit ac063ed

Please sign in to comment.