Skip to content

Fix GA tracking on create account #3823

Fix GA tracking on create account

Fix GA tracking on create account #3823

Workflow file for this run

name: Test Documentation Links
on:
push:
branches: [ main, maintenance ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
# Install NPM dependencies
- name: Install Dependencies
run: npm ci
# Run Tests
- run: npm run test:docs