[GR-72687] Run GC in test support _unlink amd _rmdir on Windows to make sure all handles are closed & ignore problematic part of test_xml_etree.test_iterparse. #56
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run CI unittests | |
| on: | |
| pull_request: | |
| types: [opened, ready_for_review, synchronize] | |
| workflow_dispatch: | |
| jobs: | |
| build-standalone-artifacts: | |
| if: github.event.pull_request.draft == false && success() | |
| uses: ./.github/workflows/ci-matrix-gen.yml | |
| with: | |
| jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$ | |
| logs_retention_days: 0 | |
| artifacts_retention_days: 0 | |
| run-tests: | |
| if: github.event.pull_request.draft == false && success() | |
| needs: build-standalone-artifacts | |
| uses: ./.github/workflows/ci-matrix-gen.yml | |
| with: | |
| jobs_to_run: ^(?!python-svm-build|style).*-gate.*$ |