mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add peertube runner cli
This commit is contained in:
parent
118626c875
commit
1772b383de
34 changed files with 2071 additions and 4 deletions
|
@ -29,3 +29,7 @@ runs:
|
|||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Install peertube runner dependencies
|
||||
shell: bash
|
||||
run: cd packages/peertube-runner && yarn install --frozen-lockfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue