Skip to content

Temporarily add nightly to day zero experiment in staging #104

Temporarily add nightly to day zero experiment in staging

Temporarily add nightly to day zero experiment in staging #104

Workflow file for this run

name: Tracker&Griffin tests
on:
pull_request:
branches: [main, production]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: npm install
run: npm install
- name: build
run: npm run build
- name: run tests
run: npm run test
- name: lint
run: npm run lint