Skip to content

refactor: improvements after removing simplebar dep (#2903) #3366

refactor: improvements after removing simplebar dep (#2903)

refactor: improvements after removing simplebar dep (#2903) #3366

name: Botonic plugin-dynamodb tests
on:
push:
paths:
- 'packages/botonic-plugin-dynamodb/**'
- '.github/workflows/botonic-plugin-dynamo-tests.yml'
workflow_dispatch:
jobs:
botonic-plugin-dynamodb-tests:
uses: ./.github/workflows/botonic-common-workflow.yml
secrets: inherit #pragma: allowlist secret
with:
PACKAGE_NAME: Botonic plugin-dynamodb Tests
PACKAGE: botonic-plugin-dynamodb
BUILD_COMMAND: 'cd ../botonic-core && npm run build && cd ../botonic-plugin-dynamodb && npm run build_unit_tests'
NEEDS_CODECOV_UPLOAD: 'yes'
NEEDS_AWS_CRED: 'yes'