Skip to content

refactor(plugin-hubtype-analytics): remove fix action in webview events #109

refactor(plugin-hubtype-analytics): remove fix action in webview events

refactor(plugin-hubtype-analytics): remove fix action in webview events #109

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'
NEEDS_CODECOV_UPLOAD: 'yes'