Skip to content

Update dependency @aws-sdk/client-lambda to v3.667.0 #664

Update dependency @aws-sdk/client-lambda to v3.667.0

Update dependency @aws-sdk/client-lambda to v3.667.0 #664

Workflow file for this run

name: unit-tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
probot:
runs-on: ubuntu-latest
container: node:18
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run build
run: npm run build
- name: Run unit tests
run: npm run test