Skip to content

Commit ac46354

Browse files
committed
nope
1 parent 014ee03 commit ac46354

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/pr-tests-linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
with:
2929
dotnet-version: ${{ matrix.dotnet-version }}
3030

31-
- name: Restore dependencies
32-
run: dotnet restore
33-
3431
- name: Run tests (override framework)
3532
run: |
3633
echo "Running tests for framework ${{ matrix.tfm }}"

.github/workflows/pr-tests-windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
with:
2929
dotnet-version: ${{ matrix.dotnet-version }}
3030

31-
- name: Restore dependencies
32-
run: dotnet restore
33-
3431
- name: Run tests (override framework)
3532
run: |
3633
echo "Running tests for framework ${{ matrix.tfm }}"

0 commit comments

Comments
 (0)