This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 871d05e51 ci: add missing file in GM cron test (#8550)
871d05e51 is described below
commit 871d05e51b315226adf9258a5bdf21e48f457fe5
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Dec 22 13:16:09 2022 +0800
ci: add missing file in GM cron test (#8550)
---
.github/workflows/gm-cron.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/gm-cron.yaml b/.github/workflows/gm-cron.yaml
index 866241c98..c0fcfa587 100644
--- a/.github/workflows/gm-cron.yaml
+++ b/.github/workflows/gm-cron.yaml
@@ -84,6 +84,7 @@ jobs:
- name: Linux launch common services
run: |
make ci-env-up project_compose_ci=ci/pod/docker-compose.common.yml
+ sudo ./ci/init-common-test-service.sh
- name: Start CI env (FIRST_TEST)
if: steps.test_env.outputs.type == 'first'