Skip to content

Bump @aws-sdk/client-ssm from 3.344.0 to 3.395.0 #290

Bump @aws-sdk/client-ssm from 3.344.0 to 3.395.0

Bump @aws-sdk/client-ssm from 3.344.0 to 3.395.0 #290

Workflow file for this run

name: Test
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yarn install, test
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: |
yarn install
yarn build
yarn test