Skip to content

Commit

Permalink
#5 update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RossellaFer committed Apr 25, 2024
1 parent 145dfc0 commit c06e008
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: CI
on: [push]
name: Audit live site
on: push

jobs:
lighthouseci:
audit:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Lighthouse Audit
uses: jakejarvis/lighthouse-action@master
with:
url: 'https://womeninsoftware.jp/'
- uses: actions/upload-artifact@master
with:
name: report
path: './report'
- name: Audit live URL
uses: jakejarvis/lighthouse-action@master
with:
url: 'https://womeninsoftware.jp/'
- name: Upload results as an artifact
uses: actions/upload-artifact@master
with:
name: report
path: './report'

0 comments on commit c06e008

Please sign in to comment.