Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/akazad13/shopizy
Browse files Browse the repository at this point in the history
  • Loading branch information
akazad13 committed Nov 4, 2024
2 parents 6f19342 + fd80f48 commit 7b1c2d8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v4

- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore

run: dotnet restore
- name: Build
run: dotnet build --no-restore

run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 7b1c2d8

Please sign in to comment.