Skip to content

Commit

Permalink
Update deploy.yml u
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzarrabi authored Nov 1, 2024
1 parent 55fb671 commit c0fd4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: bun install -g @lhci/[email protected]

- name: Run Lighthouse CI
run: lhci autorun --collect.staticDistDir=dist # Remove './' for consistency
run: lhci autorun --collect.staticDistDir=dist --assert.assertions.errors-in-console=warn # Remove './' for consistency

deploy:
needs: [build, lighthouse]
Expand Down

0 comments on commit c0fd4af

Please sign in to comment.