Skip to content

Merge pull request #13726 from transcom/B-21016-tpps-received-totals-… #1880

Merge pull request #13726 from transcom/B-21016-tpps-received-totals-…

Merge pull request #13726 from transcom/B-21016-tpps-received-totals-… #1880

name: Happo CI (main)
on:
push:
branches: [main]
jobs:
happo:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4.1.6
- name: Set up node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version-file: '.tool-versions'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Start Happo run
run: yarn happo-ci-github-actions
env:
HAPPO_API_KEY: ${{ secrets.HAPPO_API_KEY }}
HAPPO_API_SECRET: ${{ secrets.HAPPO_API_SECRET }}