Skip to content

Commit 6890c86

Browse files
committed
fix(ci): Add CI env to compare step for regression gating
1 parent 17f37ac commit 6890c86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/perf-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
- name: Compare against baselines
6767
id: compare
6868
working-directory: packages/e2e-test-app-fabric
69+
env:
70+
CI: 'true'
6971
run: yarn perf:ci:compare
7072
continue-on-error: true
7173

0 commit comments

Comments
 (0)