File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
4343 python-version : ${{ matrix.python-version }}
4444
4545 - name : Install ibm_db from source
46- shell : pwsh
46+ shell : powershell
4747 run : |
4848 python -m pip install --upgrade pip
4949 python -m pip install .
5050
5151 - name : Generate config files from secrets
52- shell : pwsh
52+ shell : powershell
5353 run : |
5454 Copy-Item config.py.sample config.py
5555 @"
6363 "@ | Set-Content -Path config.json -Encoding UTF8
6464
6565 - name : Write db2dsdriver.cfg into clidriver/cfg
66- shell : pwsh
66+ shell : powershell
6767 run : |
6868 $cfgDir = python -c @"
6969 import os, site, glob
@@ -106,7 +106,7 @@ jobs:
106106 Write-Host "--- end ---"
107107
108108 - name : Run test suite
109- shell : pwsh
109+ shell : powershell
110110 env :
111111 DB2_USER : ${{ secrets.DB2_USER }}
112112 DB2_PASSWD : ${{ secrets.DB2_PASSWD }}
You can’t perform that action at this time.
0 commit comments