Skip to content

Commit

Permalink
fix : github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Liry24 committed Dec 13, 2024
1 parent a3b237e commit f082810
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: CI
on: [push]
env:
MICROCMS_SERVICE_DOMAIN: ${{ secrets.MICROCMS_SERVICE_DOMAIN }}
MICROCMS_API_KEY: ${{ secrets.MICROCMS_API_KEY }}
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- run: npm install && npm install -g @lhci/cli@0.14.x
- run: npm run build
- run: lhci autorun

0 comments on commit f082810

Please sign in to comment.