1 parent be209c5 commit b05abc7Copy full SHA for b05abc7
1 file changed
.github/workflows/ci-cd.yml
@@ -38,7 +38,7 @@ jobs:
38
pip install -r requirements.txt
39
40
- name: Create tests/.env for FMS17
41
- shell: pwsh
+ shell: powershell
42
run: |
43
$envContent = @"
44
FMS_ADDRESS="http://localhost"
@@ -51,7 +51,7 @@ jobs:
51
Set-Content -Path tests/.env -Value $envContent -NoNewline
52
53
- name: Run integration tests with coverage (FMS17)
54
55
56
$env:ENV_FILE = ".env"
57
coverage run --data-file=.coverage.fms17 -m unittest discover -s tests -t tests
0 commit comments