Add a chart to show the total the number of models (#6169) #405
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lambda Runner Binaries Syncer | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- .github/workflows/lambda-runner-binaries-syncer.yml | |
- "terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/**" | |
jobs: | |
build: | |
name: "Run tests for runner binaries syncer lambda" | |
runs-on: ubuntu-latest | |
container: node:20 | |
defaults: | |
run: | |
working-directory: terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build, Lint, and Test | |
run: make build |