Skip to content

Bump @aws-sdk/client-secrets-manager from 3.504.0 to 3.521.0 #118

Bump @aws-sdk/client-secrets-manager from 3.504.0 to 3.521.0

Bump @aws-sdk/client-secrets-manager from 3.504.0 to 3.521.0 #118

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
name: Run unit tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run unit tests
run: |
npm ci
npm run test
- name: Codecov
uses: codecov/codecov-action@v4