Skip to content

Commit 5067525

Browse files
committed
Adding maven to build example
1 parent eb942dd commit 5067525

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ jobs:
4444
uses: gradle/gradle-build-action@v2
4545
with:
4646
arguments: :flink-connector-clickhouse-2.0.0:publishToMavenLocal --info --stacktrace --continue
47-
47+
- name: Generate Flink Covid App example
48+
if: env.SKIP_STEP != 'true'
49+
working-directory: ./examples/maven/covid
50+
run: mvn clean install
4851

4952

5053

0 commit comments

Comments
 (0)