Skip to content

Bump braces, jest and ts-jest in /cdk #15

Bump braces, jest and ts-jest in /cdk

Bump braces, jest and ts-jest in /cdk #15

Workflow file for this run

name: Update snapshot
on:
workflow_dispatch:
push:
branches:
- 'dependabot/**'
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: |
npm ci
working-directory: ./backend
- run: |
npm ci
npm run test -- -u
working-directory: ./cdk
- name: Add & Commit
uses: EndBug/[email protected]
with:
add: "cdk/test/__snapshots__/."
message: "update snapshot"