Skip to content

Commit eb25d2d

Browse files
committed
ci update
1 parent 1a71b46 commit eb25d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
os:
12-
- ubuntu-latest
12+
# - ubuntu-latest
1313
- windows-latest
14-
- macos-latest
14+
# - macos-latest
1515
python-version:
1616
- "3.8"
1717
- "3.9"
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Start StackQL server (Windows)
9595
if: matrix.os == 'windows-latest'
96-
shell: pwsh
96+
shell: powershell
9797
run: |
9898
$process = Start-Process -FilePath "C:\Temp\stackql.exe" -ArgumentList "-v", "--pgsrv.port=5444", "srv" -RedirectStandardOutput "stackql-server.log" -RedirectStandardError "stackql-server-error.log" -NoNewWindow -PassThru
9999
Write-Host "StackQL server started with PID: $($process.Id)"

0 commit comments

Comments
 (0)