Skip to content

feat(runners): Add CloudWatch agent for log shipping on all self-host… #1819

feat(runners): Add CloudWatch agent for log shipping on all self-host…

feat(runners): Add CloudWatch agent for log shipping on all self-host… #1819

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run test