Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Aug 3, 2024
1 parent 520ade1 commit 980e930
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Go to working dir
run: cd rag-2-backend/
- name: Restore dependencies
run: dotnet restore
run: dotnet restore rag-2-backend
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore rag-2-backend
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal rag-2-backend

0 comments on commit 980e930

Please sign in to comment.