Skip to content

Merge pull request #1182 from guardian/tkgnm-patch-2 #1029

Merge pull request #1182 from guardian/tkgnm-patch-2

Merge pull request #1182 from guardian/tkgnm-patch-2 #1029

Workflow file for this run

name: cdk test
defaults:
run:
working-directory: notificationworkerlambda/cdk
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
cdk-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "yarn"
cache-dependency-path: notificationworkerlambda/cdk/yarn.lock
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test