Skip to content

Commit

Permalink
Switch performance tests to Playwright (#52022)
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Aug 16, 2023
1 parent 3edb5a6 commit 86ed1e0
Show file tree
Hide file tree
Showing 26 changed files with 593 additions and 7,377 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: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build-types
node_modules
gutenberg.zip
coverage
*-performance-results.json
.phpunit.result.cache
.reassure

Expand Down

0 comments on commit 86ed1e0

Please sign in to comment.