Skip to content

Commit c53a4cf

Browse files
committed
Run integration tests only for 3.10 and 3.14
1 parent b3e46fb commit c53a4cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
name: Async dostrings check
6060
uses: ./.github/workflows/_async_docstrings_check.yaml
6161

62+
integration_tests:
63+
name: Integration tests
64+
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
65+
secrets: inherit
66+
with:
67+
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
68+
6269
update_changelog:
6370
name: Update changelog
6471
needs: [release_metadata, lint_check, type_check]

0 commit comments

Comments
 (0)