Skip to content

Commit

Permalink
Revert "revert yml changes"
Browse files Browse the repository at this point in the history
This reverts commit 5e8de3fd6ab0115e6d3ca0cd7e863753300e55fc.
  • Loading branch information
OlimpiaZurek committed Nov 22, 2023
1 parent 438500f commit cdc3424
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reassurePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
run: |
set -e
BASELINE_BRANCH=${BASELINE_BRANCH:="main"}
CURRENT_BRANCH=$(git branch --show-current)
git fetch origin "$BASELINE_BRANCH" --no-tags --depth=1
git switch "$BASELINE_BRANCH"
npm install --force
npx reassure --baseline
git switch --force --detach -
git switch "$CURRENT_BRANCH"
git merge --no-commit --no-ff "$BASELINE_BRANCH"
npm install --force
npx reassure --branch
Expand Down

0 comments on commit cdc3424

Please sign in to comment.