Skip to content

Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 in /react #6

Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 in /react

Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 in /react #6

Workflow file for this run

name: "Jest/React CI"
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Create folder
run: |
mkdir -p /opt/bookworm
cd /opt/bookworm
- name: Checkout code
uses: actions/checkout@v4
- name: Install modules
run: |
cd react
npm i
- name: Run tests
run: |
cd react
npm test