Skip to content

finops: cloud billing via agent package, cost_daily facts, AWS billing daily collector + analysis playbook #131

finops: cloud billing via agent package, cost_daily facts, AWS billing daily collector + analysis playbook

finops: cloud billing via agent package, cost_daily facts, AWS billing daily collector + analysis playbook #131

Workflow file for this run

name: tests
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
packages: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install
run: npm install
- name: Validate every workflow YAML (production-parity)
run: npm run validate
- name: E2E tests (local executor)
run: npx vitest run