Skip to content

Commit

Permalink
undo reassurePerformanceTests
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Jan 2, 2024
1 parent e5568dc commit bf5b980
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/reassurePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,19 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Test"
- name: Run performance testing script
shell: bash
run: |
set -e
BASELINE_BRANCH=${BASELINE_BRANCH:="main"}
git fetch origin "$BASELINE_BRANCH" --no-tags --depth=1
# Backup current patches
cp -r ./patches/ ./patches_backup/
git switch "$BASELINE_BRANCH"
rm -rf node_modules
npm cache clean --force
npm install --force
npx reassure --baseline
git switch --force --detach -
git merge --no-commit --allow-unrelated-histories "$BASELINE_BRANCH" -X ours
# Restore patches from backup
rm -rf ./patches/
cp -r ./patches_backup/ ./patches/
rm -rf node_modules
npm cache clean --force
npm install --force
npx reassure --branch
- name: Read output.json
id: reassure
uses: juliangruber/read-file-action@v1
Expand Down

0 comments on commit bf5b980

Please sign in to comment.