Skip to content

Commit

Permalink
Add performance test action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Nov 7, 2023
1 parent ba088d8 commit b906d98
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/performance-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
performance-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run performance tests
uses: swissspidy/wp-performance-action@main
with:
plugins: |
./
urls: |
/

0 comments on commit b906d98

Please sign in to comment.