Skip to content

Commit 6199648

Browse files
committed
simplify
1 parent c5ca834 commit 6199648

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ jobs:
2828
- name: Update version
2929
shell: pwsh
3030
run: ./build.ps1
31-
32-
- name: Restore dependencies
33-
run: dotnet restore
34-
31+
3532
- name: Build
36-
run: dotnet build --no-restore -c Release
33+
run: dotnet build -c Release
3734

3835
- name: Test
3936
run: dotnet test --no-build -c Release --logger "trx;LogFileName=test-results.trx"

0 commit comments

Comments
 (0)