Skip to content

Commit 9c7e240

Browse files
committed
clarity and grammar
1 parent 4b6f183 commit 9c7e240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ jobs:
404404

405405
# Sets up the ImDisk toolkit for Windows and creates a RAM disk on drive R:.
406406
- name: Setup ImDisk
407+
if: runner.os == 'Windows'
407408
uses: ./.github/actions/setup-imdisk
408409

409410
- name: Test with PostgreSQL Database
@@ -432,7 +433,7 @@ jobs:
432433
if [ "${{ runner.os }}" == "Linux" ]; then
433434
make test-postgres
434435
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
436437
# C: drive is extremely slow: https://github.com/actions/runner-images/issues/8755
437438
mkdir -p "R:/temp/embedded-pg"
438439
go run scripts/embedded-pg/main.go -path "R:/temp/embedded-pg"

0 commit comments

Comments
 (0)