Skip to content

build(deps): bump coverallsapp/github-action from 2.3.2 to 2.3.3 (#1640) #355

build(deps): bump coverallsapp/github-action from 2.3.2 to 2.3.3 (#1640)

build(deps): bump coverallsapp/github-action from 2.3.2 to 2.3.3 (#1640) #355

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20.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@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}