Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c7e240

Browse files
committed
clarity and grammar
1 parent4b6f183 commit9c7e240

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+
# Createatemp 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)

[8]ページ先頭

©2009-2025 Movatter.jp