Skip to content

chore(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.7 #178

chore(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.7

chore(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.7 #178

Workflow file for this run

name: Pull Request Workflow
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Lint
run: npm run lint