Skip to content

feat(sentry): bump up toucan-js to v3 (#137) #28

feat(sentry): bump up toucan-js to v3 (#137)

feat(sentry): bump up toucan-js to v3 (#137) #28

Workflow file for this run

name: ci-sentry
on:
push:
branches: [main]
paths:
- 'packages/sentry/**'
pull_request:
branches: ['*']
paths:
- 'packages/sentry/**'
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/sentry
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test