Add Github Action to run analytics report (#101698)

This commit is contained in:
Josh Hunt
2025-03-06 15:12:17 +02:00
committed by GitHub
parent b7dcfcedcb
commit b6221cc389
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,23 @@
name: Analytics Events Report
on:
workflow_dispatch:
jobs:
generate-report:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Generate analytics report
run: yarn analytics-report