Skip to content

Commit

Permalink
Flink: Refactor examples to framework/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 26, 2024
1 parent 2fd3473 commit 15e1686
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Apache Kafka, Apache Flink
name: "Apache Flink: Kafka to JDBC sink (Java)"

on:
pull_request:
branches: ~
paths:
- '.github/workflows/application-apache-kafka-flink.yml'
- 'application/apache-kafka-flink/**'
- '.github/workflows/framework-flink-kafka-java.yml'
- 'framework/flink/kafka-jdbcsink-java/**'
- '/requirements.txt'
push:
branches: [ main ]
paths:
- '.github/workflows/application-apache-kafka-flink.yml'
- 'application/apache-kafka-flink/**'
- '.github/workflows/framework-flink-kafka-java.yml'
- 'framework/flink/kafka-jdbcsink-java/**'
- '/requirements.txt'

# Allow job to be triggered manually.
Expand Down Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Acquire sources
uses: actions/checkout@v4

- name: Validate application/apache-kafka-flink
- name: Validate framework/flink/kafka-jdbcsink-java
run: |
# TODO: Generalize invocation into `ngr` test runner.
cd application/apache-kafka-flink
cd framework/flink/kafka-jdbcsink-java
bash test.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 15e1686

Please sign in to comment.