Skip to content

Bump @mui/icons-material from 5.14.16 to 5.14.19 #1080

Bump @mui/icons-material from 5.14.16 to 5.14.19

Bump @mui/icons-material from 5.14.16 to 5.14.19 #1080

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