Skip to content

Commit

Permalink
ci(unlighthouse): workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kwong committed Feb 15, 2024
1 parent 622eb40 commit 6705a28
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/unlighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: E2E
name: Unlighthouse
on: deployment_status

jobs:
e2e:
unlighthouse:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- run: npm install -g @unlighthouse/cli puppeteer
- run: |
unlighthouse-ci \
Expand Down

0 comments on commit 6705a28

Please sign in to comment.