aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-04-21 15:05:27 +0200
committerChocobozzz <chocobozzz@cpy.re>2023-05-09 08:57:34 +0200
commit1772b383de490cf406fe93ef3aa3a941f6db513c (patch)
tree7cecc404c8d71951c22079e9bf5180095981b7f9 /.github
parent118626c8752bee7b05c4e0b668852e1aba2416f1 (diff)
downloadPeerTube-1772b383de490cf406fe93ef3aa3a941f6db513c.tar.gz
PeerTube-1772b383de490cf406fe93ef3aa3a941f6db513c.tar.zst
PeerTube-1772b383de490cf406fe93ef3aa3a941f6db513c.zip
Add peertube runner cli
Diffstat (limited to '.github')
-rw-r--r--.github/actions/reusable-prepare-peertube-build/action.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/actions/reusable-prepare-peertube-build/action.yml b/.github/actions/reusable-prepare-peertube-build/action.yml
index e02c0b333..03034f6cc 100644
--- a/.github/actions/reusable-prepare-peertube-build/action.yml
+++ b/.github/actions/reusable-prepare-peertube-build/action.yml
@@ -29,3 +29,7 @@ runs:
29 - name: Install dependencies 29 - name: Install dependencies
30 shell: bash 30 shell: bash
31 run: yarn install --frozen-lockfile 31 run: yarn install --frozen-lockfile
32
33 - name: Install peertube runner dependencies
34 shell: bash
35 run: cd packages/peertube-runner && yarn install --frozen-lockfile