This commit is contained in:
parent
ce8d2a5c1f
commit
d3670e7e46
2 changed files with 8 additions and 18 deletions
|
@ -27,3 +27,10 @@ jobs:
|
||||||
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
|
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
|
||||||
REMOTE_USER: ${{ secrets.REMOTE_USER }}
|
REMOTE_USER: ${{ secrets.REMOTE_USER }}
|
||||||
TARGET: ${{ secrets.REMOTE_TARGET }}
|
TARGET: ${{ secrets.REMOTE_TARGET }}
|
||||||
|
- name: Running Page Speed Insights
|
||||||
|
uses: https://github.com/JakePartusch/psi-action@v1.3
|
||||||
|
id: drafting
|
||||||
|
with:
|
||||||
|
url: "https://midtowndrafting.com"
|
||||||
|
threshold: 70
|
||||||
|
strategy: desktop
|
|
@ -1,17 +0,0 @@
|
||||||
name: Page Speed Insights
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- name: Running Page Speed Insights
|
|
||||||
uses: https://github.com/JakePartusch/psi-action@v1.3
|
|
||||||
id: drafting
|
|
||||||
with:
|
|
||||||
url: "https://midtowndrafting.com"
|
|
||||||
threshold: 70
|
|
Loading…
Add table
Reference in a new issue