github: Use prebuilt image for lighthouse action

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2020-01-13 01:48:35 +05:30
parent 0ba918c69d
commit d447458d04
No known key found for this signature in database
GPG Key ID: C2E74282C2133D62
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Wait for deployment to finish
run: sleep 10
- name: Audit URL using Lighthouse
uses: jakejarvis/lighthouse-action@master
uses: docker://jakejarvis/lighthouse-action:latest
with:
url: 'https://msfjarvis.dev/'
- name: Upload results as an artifact