Skip to content

Commit 08cc799

Browse files
authored
Disable integration tests on test.yml workflow for Windows
1 parent 323535e commit 08cc799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,11 @@ jobs:
436436
- name: Environment
437437
run: |
438438
.\bin\activate_python3_venv.ps1
439-
.\bin\environment.ps1
440439
- name: Build and test
441440
run: |
442441
.\bin\activate_python3_venv.ps1
443-
.\bin\test\test.ps1
442+
.\bin\test\test_prerequisites.ps1
443+
.\bin\test\test_unit.ps1
444444
- name: Archive production artifacts
445445
uses: actions/upload-artifact@v5.0.0
446446
if: ${{ always() }}

0 commit comments

Comments
 (0)