Skip to content

Bump @testing-library/jest-dom from 5.17.0 to 6.2.0 #1534

Bump @testing-library/jest-dom from 5.17.0 to 6.2.0

Bump @testing-library/jest-dom from 5.17.0 to 6.2.0 #1534

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
run: |
./configure
make build
make ci