chore: update CHANGELOGs and publish 0.46.0 (#3185) #362
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 plugin hubtype analytics tests | |
| on: | |
| push: | |
| paths: | |
| - 'packages/botonic-plugin-hubtype-analytics/**' | |
| - '.github/workflows/botonic-plugin-hubtype-analytics-tests.yml' | |
| workflow_dispatch: | |
| jobs: | |
| botonic-plugin-hubtype-analytics-tests: | |
| uses: ./.github/workflows/botonic-common-workflow.yml | |
| secrets: inherit #pragma: allowlist secret | |
| with: | |
| PACKAGE_NAME: Botonic plugin hubtype analytics tests | |
| PACKAGE: botonic-plugin-hubtype-analytics | |
| BUILD_COMMAND: 'cd ../botonic-core && npm run build && cd ../botonic-plugin-hubtype-analytics && npm run build' | |
| LINT_COMMAND: npm run lint:check | |
| NEEDS_CODECOV_UPLOAD: 'yes' |