Skip to content

Commit b05abc7

Browse files
author
desiena
committed
Try cicd
1 parent be209c5 commit b05abc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pip install -r requirements.txt
3939
4040
- name: Create tests/.env for FMS17
41-
shell: pwsh
41+
shell: powershell
4242
run: |
4343
$envContent = @"
4444
FMS_ADDRESS="http://localhost"
@@ -51,7 +51,7 @@ jobs:
5151
Set-Content -Path tests/.env -Value $envContent -NoNewline
5252
5353
- name: Run integration tests with coverage (FMS17)
54-
shell: pwsh
54+
shell: powershell
5555
run: |
5656
$env:ENV_FILE = ".env"
5757
coverage run --data-file=.coverage.fms17 -m unittest discover -s tests -t tests

0 commit comments

Comments
 (0)