Skip to content

fix: packages/botonic-cli/package.json to reduce vulnerabilities #3510

fix: packages/botonic-cli/package.json to reduce vulnerabilities

fix: packages/botonic-cli/package.json to reduce vulnerabilities #3510

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'