Skip to content

Build(deps-dev): Bump color-name-list from 10.12.0 to 10.16.0 (#1851) #3162

Build(deps-dev): Bump color-name-list from 10.12.0 to 10.16.0 (#1851)

Build(deps-dev): Bump color-name-list from 10.12.0 to 10.16.0 (#1851) #3162

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@v3
- uses: ./.github/actions/pnpm
- name: Get xvfb
run: sudo apt-get install xvfb
- name: Electron Test
run: xvfb-run --auto-servernum pnpm test:electron