Skip to content

Update aws-cdk monorepo to v2.89.0 #1841

Update aws-cdk monorepo to v2.89.0

Update aws-cdk monorepo to v2.89.0 #1841

Workflow file for this run

name: jest
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn test:coverage
- name: Upload test coverage artifact
uses: actions/upload-artifact@v3
with:
name: jest-coverage
path: coverage