We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323535e commit 08cc799Copy full SHA for 08cc799
.github/workflows/test.yml
@@ -436,11 +436,11 @@ jobs:
436
- name: Environment
437
run: |
438
.\bin\activate_python3_venv.ps1
439
- .\bin\environment.ps1
440
- name: Build and test
441
442
443
- .\bin\test\test.ps1
+ .\bin\test\test_prerequisites.ps1
+ .\bin\test\test_unit.ps1
444
- name: Archive production artifacts
445
uses: actions/upload-artifact@v5.0.0
446
if: ${{ always() }}
0 commit comments