Skip to content

(PC-31043) feat(categories): split "Films, séries et cinéma" search group #8095

(PC-31043) feat(categories): split "Films, séries et cinéma" search group

(PC-31043) feat(categories): split "Films, séries et cinéma" search group #8095

name: "3 [on_pr] Run Reassure performance tests"
on:
pull_request:
branches: [master] # Trigger this workflow only when a PR targets master
jobs:
test-performance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Run performance testing script
run: ./scripts/reassure_test.sh
- name: Run Danger.js to publish scores in PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn danger ci
- name: Check if render count increased, fail if so
run: ./scripts/reassure_test_check.sh