Skip to content

Commit

Permalink
Simplified workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SinoAHpx authored Feb 10, 2024
1 parent 76479c1 commit 919f025
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
# - name: Restore dependencies
# run: dotnet restore
# - name: Build
# run: dotnet build --no-restore
# - name: Test
# run: dotnet test --no-build --verbosity normal
- name: Push package
run: |
# versioning
Expand Down

0 comments on commit 919f025

Please sign in to comment.