mirror of https://github.com/Chocobozzz/PeerTube
Fix CI stats task
parent
0870a3fe51
commit
91302ea12a
|
@ -24,6 +24,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: npm run build -- --analyze-bundle
|
||||||
|
|
||||||
- name: PeerTube code stats
|
- name: PeerTube code stats
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue