chore: upgrade typescript to 5.9.3 for all packages #3694
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |