add a job, whoops
This commit is contained in:
parent
616be92494
commit
a8e44f3f27
1 changed files with 17 additions and 7 deletions
|
@ -1,7 +1,17 @@
|
|||
steps:
|
||||
- name: Running Page Speed Insights
|
||||
uses: jakepartusch/psi-action@v1.3
|
||||
id: drafting
|
||||
with:
|
||||
url: "https://midtowndrafting.com"
|
||||
threshold: 70
|
||||
name: Page Speed Insights
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: hugo-latest
|
||||
steps:
|
||||
- name: Running Page Speed Insights
|
||||
uses: jakepartusch/psi-action@v1.3
|
||||
id: drafting
|
||||
with:
|
||||
url: "https://midtowndrafting.com"
|
||||
threshold: 70
|
||||
|
|
Loading…
Add table
Reference in a new issue