Skip to content

Commit

Permalink
[hotfix] Make sure that Python tests are also run during CI runs for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Jan 17, 2024
1 parent b487e5a commit 070127f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@ jobs:
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
jdk_version: ${{ matrix.jdk }}
jdk_version: ${{ matrix.jdk }}
python_test:
strategy:
matrix:
flink: [ 1.17.2, 1.18.1 ]
uses: apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}

0 comments on commit 070127f

Please sign in to comment.