Skip to content

Update module github.com/aws/aws-sdk-go-v2/service/sqs to v1.29.2 #28

Update module github.com/aws/aws-sdk-go-v2/service/sqs to v1.29.2

Update module github.com/aws/aws-sdk-go-v2/service/sqs to v1.29.2 #28

Workflow file for this run

name: Frontend tests
on: push
defaults:
run:
working-directory: frontend
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: prepare
run: yarn install
- name: test
run: yarn test