Skip to content

Commit

Permalink
Workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
babisque committed May 20, 2024
1 parent e68faff commit fbf6a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: Catalog/
working-directory: ./Catalog/
- name: Build
run: dotnet build --no-restore
working-directory: Catalog/Catalog.API
working-directory: ./Catalog/
# - name: Test
# run: dotnet test --no-build --verbosity normal
# working-directory: Catalog/

0 comments on commit fbf6a1f

Please sign in to comment.