Skip to content

feat(main window): display main window on the screen containing or cl… #139

feat(main window): display main window on the screen containing or cl…

feat(main window): display main window on the screen containing or cl… #139

Workflow file for this run

name: Run Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn test --detectOpenHandles --forceExit