Skip to content

Merge pull request #1637 from guardian/notification-migration-cdk #2140

Merge pull request #1637 from guardian/notification-migration-cdk

Merge pull request #1637 from guardian/notification-migration-cdk #2140

Workflow file for this run

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