github: Reduce lighthouse waiting time

GitHub Actions + Hugo = 🚀

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-12-04 17:50:01 +05:30
parent 1ef9fd42a9
commit ba95978f71
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@master
- name: Wait for deployment to finish
run: sleep 60
run: sleep 20
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v2