Files
iNaturalistReactNative/scripts/reassure-tests.sh
Amanda Bullington e0b5d446a2 Don't overwrite description in Suggestions/TaxonSearch (#1916)
* Don't overwrite description in Suggestions/TaxonSearch; closes #1913

* Fix TS

* Remove unused code related to adding/editing comments in Suggestions/TSearch

* Remove test about showing comments on Suggestions
2024-08-06 18:41:54 -07:00

20 lines
353 B
Bash
Executable File

#!/usr/bin/env bash
set -e
BASELINE_BRANCH=${GITHUB_BASE_REF:="main"}
# Required for `git switch` on CI
git fetch origin
# Gather baseline perf measurements
git switch "$BASELINE_BRANCH"
npm install
npm run reassure -- --baseline
# Gather current perf measurements & compare results
git switch --detach -
npm install
npm run reassure -- --branch