Skip to content

Bump @testing-library/jest-dom from 5.16.4 to 6.6.3 #854

Bump @testing-library/jest-dom from 5.16.4 to 6.6.3

Bump @testing-library/jest-dom from 5.16.4 to 6.6.3 #854

Workflow file for this run

name: Go CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...