Skip to content

refactor(botonic-cli): use axios.interceptor for update refreshToken #3529

refactor(botonic-cli): use axios.interceptor for update refreshToken

refactor(botonic-cli): use axios.interceptor for update refreshToken #3529

name: Botonic cli tests
on:
push:
paths:
- 'packages/botonic-cli/**'
- '.github/workflows/botonic-cli-tests.yml'
workflow_dispatch:
jobs:
botonic-cli-tests:
uses: ./.github/workflows/botonic-common-workflow.yml
secrets: inherit #pragma: allowlist secret
with:
PACKAGE_NAME: Botonic cli tests
PACKAGE: botonic-cli
# Temporal workaround until ts-jest is fixed
UNIT_TEST_COMMAND: cp tsconfig.test.json tsconfig.json && npm run test_ci
PUBLISH_TESTS_RESULTS: 'yes'
NEEDS_CODECOV_UPLOAD: 'yes'