Skip to content

Commit

Permalink
Try fixing github action status
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson committed Jun 18, 2024
1 parent d354cd2 commit 610b203
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/lxl-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
run:
working-directory: ./lxl-web
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -53,12 +55,11 @@ jobs:
working-directory: ./lxljs
- name: Install dependencies
run: npm ci
- name: Build
- name: Build and run Lighthouse CI
env:
API_URL: ${{ secrets.API_URL }}
ID_URL: ${{ secrets.ID_URL }}
run: npm run build
- name: Run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun
npm run build
npm install -g @lhci/[email protected]
lhci autorun

0 comments on commit 610b203

Please sign in to comment.