Skip to content

Convert to esm and add cjs files #40

Convert to esm and add cjs files

Convert to esm and add cjs files #40

Workflow file for this run

name: integration tests
on:
pull_request:
branches:
- main
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
CYCLIC_DB: db-sdkCyclicDB
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- run: npm run build
- run: npm run test