Skip to content

Build(deps-dev): Bump @babel/eslint-parser from 7.24.1 to 7.24.5 (#2139) #3886

Build(deps-dev): Bump @babel/eslint-parser from 7.24.1 to 7.24.5 (#2139)

Build(deps-dev): Bump @babel/eslint-parser from 7.24.1 to 7.24.5 (#2139) #3886

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