Skip to content

[Tooling][Hud ]Add Performance Render Profiler wrapper (#5905) #2063

[Tooling][Hud ]Add Performance Render Profiler wrapper (#5905)

[Tooling][Hud ]Add Performance Render Profiler wrapper (#5905) #2063

name: Lambda Webhook
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/lambda-webhook.yml
- "terraform-aws-github-runner/modules/webhook/lambdas/webhook/**"
jobs:
build:
name: "Run tests for webhook lambda"
runs-on: ubuntu-latest
container: node:20
defaults:
run:
working-directory: terraform-aws-github-runner/modules/webhook/lambdas/webhook
steps:
- uses: actions/checkout@v4
- name: Build, Lint, and Test
run: make build