Skip to content

Commit ac42a26

Browse files
committed
feat: add action
1 parent 5043168 commit ac42a26

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ on:
1919
required: true
2020

2121
jobs:
22+
lighthouseci:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: actions/checkout@v2
26+
- uses: actions/setup-node@v1
27+
with:
28+
node-version: 16
29+
- run: npm install && npm install -g @lhci/cli@0.8.x
30+
- run: npm run build
31+
- run: lhci autorun
2232
call-reusable-workflow-PR:
2333
uses: bosonprotocol/interface/.github/workflows/ci_reusable.yaml@main
2434
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)