Skip to content

added url for dynamodb #744

added url for dynamodb

added url for dynamodb #744

Workflow file for this run

name: Continuous Integration - App
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
test-and-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.14
cache: 'npm'
- run: npm ci
- run: npm run lint-ci
- run: npm run test