File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,7 @@ jobs:
404
404
405
405
# Sets up the ImDisk toolkit for Windows and creates a RAM disk on drive R:.
406
406
- name : Setup ImDisk
407
+ if : runner.os == 'Windows'
407
408
uses : ./.github/actions/setup-imdisk
408
409
409
410
- name : Test with PostgreSQL Database
@@ -432,7 +433,7 @@ jobs:
432
433
if [ "${{ runner.os }}" == "Linux" ]; then
433
434
make test-postgres
434
435
elif [ "${{ runner.os }}" == "Windows" ]; then
435
- # Create temp dir on the R: ramdisk drive for Windows. The default
436
+ # Create a temp dir on the R: ramdisk drive for Windows. The default
436
437
# C: drive is extremely slow: https://github.com/actions/runner-images/issues/8755
437
438
mkdir -p "R:/temp/embedded-pg"
438
439
go run scripts/embedded-pg/main.go -path "R:/temp/embedded-pg"
You can’t perform that action at this time.
0 commit comments