chore(autotest): add api test script configuration

This commit is contained in:
xujun540 2021-09-11 10:38:18 +08:00 committed by GitHub
parent c1ae044179
commit a6e335e715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -2,10 +2,10 @@ name: API Test Suite
on: on:
push: push:
tags: tags:
- e* - e*
- v* - v*
pull_request: pull_request:
jobs: jobs:
build: build:
@ -36,6 +36,9 @@ jobs:
script_name: script_name:
- api_metrics - api_metrics
- api_subscriptions - api_subscriptions
- api_clients
- api_routes
- api_publish
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: