Skip to content

Build(deps-dev): Bump @sentry/ember from 7.112.2 to 8.34.0 #3982

Build(deps-dev): Bump @sentry/ember from 7.112.2 to 8.34.0

Build(deps-dev): Bump @sentry/ember from 7.112.2 to 8.34.0 #3982

Workflow file for this run

name: Electron
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- name: Get xvfb
run: sudo apt-get install xvfb
- name: Electron Test
run: xvfb-run --auto-servernum pnpm test:electron