Skip to content

Import UpdateCommand from aws-sdk to fix parsing error #13

Import UpdateCommand from aws-sdk to fix parsing error

Import UpdateCommand from aws-sdk to fix parsing error #13

Workflow file for this run

name: integration tests
on:
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
- name: Run tests
run: |
npm ci
npm run test