File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,28 +21,28 @@ jobs:
2121 operating_system_for_codecov : ubuntu-latest
2222 tests_concurrency : " 16"
2323
24- # Integration tests are inlined (not calling the reusable workflow) to avoid
25- # GitHub's compile-time secret validation for nested reusable workflows, which
26- # fails on fork PRs where repo secrets are not available.
24+ # Integration tests are inlined (not calling the reusable workflow) to avoid GitHub's compile-time secret
25+ # validation for nested reusable workflows, which fails on fork PRs where repo secrets are not available.
2726 integration_tests :
28- name : Integration tests
27+ name : Integration tests (${{ matrix.python-version }}, ${{ matrix.os }})
2928 if : >-
3029 ${{
3130 (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') ||
3231 (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
3332 github.event_name == 'workflow_dispatch'
3433 }}
35- concurrency :
36- group : integration_tests
34+
3735 strategy :
3836 matrix :
3937 os : ["ubuntu-latest"]
4038 python-version : ["3.11", "3.14"]
41- max-parallel : 1
39+
4240 runs-on : ${{ matrix.os }}
41+
4342 env :
44- TESTS_CONCURRENCY : " 1 "
43+ TESTS_CONCURRENCY : " 16 "
4544 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
45+
4646 steps :
4747 - name : Checkout repository
4848 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments