We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4b6f183 commit9c7e240Copy full SHA for 9c7e240
.github/workflows/ci.yaml
@@ -404,6 +404,7 @@ jobs:
404
405
# Sets up the ImDisk toolkit for Windows and creates a RAM disk on drive R:.
406
-name:Setup ImDisk
407
+if:runner.os == 'Windows'
408
uses:./.github/actions/setup-imdisk
409
410
-name:Test with PostgreSQL Database
@@ -432,7 +433,7 @@ jobs:
432
433
if [ "${{ runner.os }}" == "Linux" ]; then
434
make test-postgres
435
elif [ "${{ runner.os }}" == "Windows" ]; then
- # Create temp dir on the R: ramdisk drive for Windows. The default
436
+ # Createatemp dir on the R: ramdisk drive for Windows. The default
437
# C: drive is extremely slow: https://github.com/actions/runner-images/issues/8755
438
mkdir -p "R:/temp/embedded-pg"
439
go run scripts/embedded-pg/main.go -path "R:/temp/embedded-pg"