Skip to content

Update dependency @testing-library/dom to v9.3.1 #1067

Update dependency @testing-library/dom to v9.3.1

Update dependency @testing-library/dom to v9.3.1 #1067

Workflow file for this run

on: ["push"]
name: Coveralls
jobs:
build:
name: Coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- name: install, run tests
run: |
yarn
yarn test --forceExit
- name: Coveralls
uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}