Skip to content

test: fix awaiting process.nextTick #269

test: fix awaiting process.nextTick

test: fix awaiting process.nextTick #269

Workflow file for this run

name: Coveralls
on:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
test:
name: Check Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 18.x
cache: yarn
- name: Install
run: yarn --frozen-lockfile --network-timeout 100000 || yarn --frozen-lockfile --network-timeout 100000 || yarn --frozen-lockfile --network-timeout 100000
- run: yarn run contributors
- run: yarn run electron-releases
- name: test
run: yarn test:ci
- name: Coveralls
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}