Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/babisque/ecommerce
Browse files Browse the repository at this point in the history
  • Loading branch information
babisque committed May 25, 2024
2 parents 7065d08 + 752b696 commit 8f2803d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ jobs:
run: dotnet restore
working-directory: ./Catalog/
- name: Build
run: dotnet build
run: dotnet build --no-restore
working-directory: ./Catalog/
# - name: Test
# run: dotnet test --no-build --verbosity normal
# working-directory: Catalog/

0 comments on commit 8f2803d

Please sign in to comment.