Skip to content

Commit 919f025

Browse files
authored
Simplified workflow
1 parent 76479c1 commit 919f025

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: actions/setup-dotnet@v2
1717
with:
1818
dotnet-version: 8.0.x
19-
- name: Restore dependencies
20-
run: dotnet restore
21-
- name: Build
22-
run: dotnet build --no-restore
23-
- name: Test
24-
run: dotnet test --no-build --verbosity normal
19+
# - name: Restore dependencies
20+
# run: dotnet restore
21+
# - name: Build
22+
# run: dotnet build --no-restore
23+
# - name: Test
24+
# run: dotnet test --no-build --verbosity normal
2525
- name: Push package
2626
run: |
2727
# versioning

0 commit comments

Comments
 (0)