Skip to content

chore(deps): update dependency @testing-library/react to v16 #1884

chore(deps): update dependency @testing-library/react to v16

chore(deps): update dependency @testing-library/react to v16 #1884

Workflow file for this run

name: Server tests
on: push
jobs:
unit:
runs-on: ubuntu-latest
container: golang
services:
localstack:
image: localstack/localstack
env:
SERVICES: sqs
EXTRA_CORS_ALLOWED_ORIGINS: "*"
env:
AWS_ACCESS_KEY_ID: fake
AWS_SECRET_ACCESS_KEY: fake
SQS_ENDPOINT_URL: http://localstack:4566
steps:
- uses: actions/checkout@v4
- name: test
working-directory: server
run: go test -v ./...