Skip to content

Bump @types/react from 18.2.22 to 18.2.28 #956

Bump @types/react from 18.2.22 to 18.2.28

Bump @types/react from 18.2.22 to 18.2.28 #956

Workflow file for this run

name: Server tests
on: push
jobs:
unit:
runs-on: ubuntu-latest
container: golang
services:
localstack:
image: localstack/localstack:1.0.4
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 ./...