Skip to content

Commit

Permalink
fix: upade for adding example for batchmap (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: RohanAshar <[email protected]>
  • Loading branch information
RohanAshar committed Aug 1, 2024
1 parent 7997724 commit 246b075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
execution_ids: [
"batch-map-example", "mapt-event-time-filter-function", "flat-map-stream", "map-flatmap",
"batch-map-flatmap", "mapt-event-time-filter-function", "flat-map-stream", "map-flatmap",
"even-odd", "simple-sink", "reduce-sum", "reduce-stream-sum",
"map-forward-message", "reduce-counter", "sideinput-example",
"udf-sideinput-example", "source-simple-source", "session-reduce-count"
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<version>3.3.0</version>
<executions>
<execution>
<id>batch-map-example</id>
<id>batch-map-flatmap</id>
<phase>package</phase>
<goals>
<goal>dockerBuild</goal>
Expand Down

0 comments on commit 246b075

Please sign in to comment.