This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 101056a04c9ff397f7c1d65a0a22b7f3de80caec Author: wangkai <wang...@zhongan.com> AuthorDate: Sun Oct 22 23:43:00 2023 +0800 [e2eTest] add e2eTest model --- .github/workflows/maven-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-package.yml b/.github/workflows/maven-package.yml index fd183e2..5688302 100644 --- a/.github/workflows/maven-package.yml +++ b/.github/workflows/maven-package.yml @@ -35,7 +35,8 @@ jobs: - name: Wait for RocketMQ broker container to be ready run: | docker exec rmqbroker sh -c 'while ! nc -z localhost 10911; do sleep 1; done' - + - name : create output file + run: touch ${user.home}/demo - uses: actions/checkout@v3 - name: Set up JDK 8 uses: actions/setup-java@v3