File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -73,20 +73,18 @@ jobs:
7373 cd ..
7474 e2e_smoke_test :
7575 name : Smoke test
76- runs-on : ubuntu-latest
7776 strategy :
7877 matrix :
7978 http-client : [ "okhttp", "jdk", "jetty", "vertx" ]
8079 java-version : [ "11", "17", "21" ]
8180 test :
8281 - test_application_operations.sh
83- steps :
84- - uses : .github/workflows/e2e.yaml
85- with :
86- java-version : ${{ matrix.java-version }}
87- flink-version : " v1_20"
88- flink-image : " flink:1.20"
89- http-client : ${{ matrix.http-client }}
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 }}
9088
9189# e2e_namespace_tests:
9290# name: Namespace aware tests
You can’t perform that action at this time.
0 commit comments