Skip to content

Commit

Permalink
Revert "Switch performance tests to Playwright (#52022)"
Browse files Browse the repository at this point in the history
This reverts commit 86ed1e0.
  • Loading branch information
WunderBart committed Aug 16, 2023
1 parent 86ed1e0 commit 5014a65
Show file tree
Hide file tree
Showing 26 changed files with 7,377 additions and 593 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: performance-results
path: ${{ env.WP_ARTIFACTS_PATH }}/*.performance-results*.json
path: ${{ env.WP_ARTIFACTS_PATH }}/*.performance-results.json

- name: Publish performance results
if: github.event_name == 'push'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-types
node_modules
gutenberg.zip
coverage
*-performance-results.json
.phpunit.result.cache
.reassure

Expand Down
Loading

0 comments on commit 5014a65

Please sign in to comment.