-
Notifications
You must be signed in to change notification settings - Fork 182
37 lines (29 loc) · 785 Bytes
/
main.yml
File metadata and controls
37 lines (29 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: 😎
on:
pull_request:
push:
branches:
- master
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm ci
- run: npm run build
- name: primitive test
run: npm run test
- name: install lhci
run: npm install @lhci/cli@latest
# - name: run lhci
# run: |
# npx lhci autorun \
# --collect.url=http://localhost:8696/devtools-protocol/ \
# --collect.url=http://localhost:8696/devtools-protocol/tot/Page/ \
# --upload.target=temporary-public-storage