From a6e335e715eb480cc451dccbc94f619ca9cd6b2d Mon Sep 17 00:00:00 2001 From: xujun540 <77773944+xujun540@users.noreply.github.com> Date: Sat, 11 Sep 2021 10:38:18 +0800 Subject: [PATCH] chore(autotest): add api test script configuration --- .github/workflows/run_api_tests.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_api_tests.yaml b/.github/workflows/run_api_tests.yaml index 618b9383a..15dd92f3b 100644 --- a/.github/workflows/run_api_tests.yaml +++ b/.github/workflows/run_api_tests.yaml @@ -2,10 +2,10 @@ name: API Test Suite on: push: - tags: - - e* - - v* - pull_request: + tags: + - e* + - v* + pull_request: jobs: build: @@ -36,6 +36,9 @@ jobs: script_name: - api_metrics - api_subscriptions + - api_clients + - api_routes + - api_publish steps: - uses: actions/checkout@v2 with: