Skip to content

fix: event processor failed to stop processing #5215

fix: event processor failed to stop processing

fix: event processor failed to stop processing #5215

Workflow file for this run

name: e2e-sentry-dart
on:
push:
branches:
- main
- release/**
pull_request:
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/e2e_dart.yml"
- "dart/**"
- "e2e_test/**"
env:
SENTRY_AUTH_TOKEN_E2E: ${{ secrets.SENTRY_AUTH_TOKEN_E2E }}
SENTRY_DIST: 1
jobs:
cancel-previous-workflow:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # [email protected]
with:
access_token: ${{ github.token }}
build:
name: E2E
runs-on: "ubuntu-latest"
timeout-minutes: 30
defaults:
run:
working-directory: ./e2e_test
strategy:
fail-fast: false
matrix:
sdk: [stable, beta]
steps:
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # pin@v1
with:
sdk: ${{ matrix.sdk }}
- uses: actions/checkout@v4
- name: Run
if: env.SENTRY_AUTH_TOKEN != null
run: |
dart pub get
dart run --define=SENTRY_ENVIRONMENT=e2e
analyze:
uses: ./.github/workflows/analyze.yml
with:
package: e2e_test
panaThreshold: 0