Skip to content

Commit e6f41ad

Browse files
committed
Move virtual environment test context into main context
1 parent a813a1d commit e6f41ad

File tree

6 files changed

+251
-342
lines changed

6 files changed

+251
-342
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- name: Create Dev Drive using ReFS
170170
run: |
171-
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 10GB |
171+
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 12GB |
172172
Mount-VHD -Passthru |
173173
Initialize-Disk -Passthru |
174174
New-Partition -AssignDriveLetter -UseMaximumSize |

0 commit comments

Comments
 (0)