Enable all API tests

This commit is contained in:
rodelgc 2023-03-02 18:26:02 +08:00
parent a5d8898ba1
commit f2b3aa6590
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ runs:
BASE_URL: http://localhost:8086
USER_KEY: admin
USER_SECRET: password
run: pnpm exec playwright test --config=tests/api-core-tests/playwright.config.js hello
run: pnpm exec playwright test --config=tests/api-core-tests/playwright.config.js
- name: Generate Test report.
if: success() || ( failure() && steps.run-api-tests.conclusion == 'failure' )