Skip to content

fix(sentry): handle undefined repo.owner in organization filter #36

fix(sentry): handle undefined repo.owner in organization filter

fix(sentry): handle undefined repo.owner in organization filter #36

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps chromium
- name: Run Tests
run: pnpm test run