Skip to content

test: add get me lambda tests #134

test: add get me lambda tests

test: add get me lambda tests #134

Workflow file for this run

name: Serverless Boilerplate Default Workflow
on:
push:
branches-ignore:
- main
jobs:
tests:
runs-on: ubuntu-latest
name: Build
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- run: cp .env.dist .env
- run: npm ci
- run: npm run lint
- run: npm run test