Skip to content

fix(deps): update material-ui monorepo to v5.15.21 #1876

fix(deps): update material-ui monorepo to v5.15.21

fix(deps): update material-ui monorepo to v5.15.21 #1876

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 ./...