Skip to content

Commit 8a7b506

Browse files
committed
Add CI workflow to run test suite on push to test_dll_issue branch
1 parent 6036e2d commit 8a7b506

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@"
@@ -63,7 +63,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)