Skip to content

chore(deps): update coverallsapp/github-action action to v2.3.1 #3535

chore(deps): update coverallsapp/github-action action to v2.3.1

chore(deps): update coverallsapp/github-action action to v2.3.1 #3535

Workflow file for this run

on: [push]
name: Coveralls
jobs:
build:
name: Coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- name: install, run tests
run: yarn install --frozen-lockfile --network-timeout 100000
- name: install, run tests
run: yarn test --runInBand --forceExit --no-watchman
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}