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 6f2ec1a commit 7f4a3faCopy full SHA for 7f4a3fa
.github/workflows/ci.yml
@@ -77,14 +77,13 @@ jobs:
77
matrix:
78
http-client: [ "okhttp", "jdk", "jetty", "vertx" ]
79
java-version: [ "11", "17", "21" ]
80
- test:
81
- - test_application_operations.sh
82
uses: ./.github/workflows/e2e.yaml
83
with:
84
java-version: ${{ matrix.java-version }}
85
flink-version: "v1_20"
86
flink-image: "flink:1.20"
87
http-client: ${{ matrix.http-client }}
+ test: test_application_operations.sh
88
89
# e2e_namespace_tests:
90
# name: Namespace aware tests
0 commit comments