diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-28 15:56:51 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-28 16:02:08 +0100 |
commit | 95faf1eafffff4fe1f74025092c7c3eef2951697 (patch) | |
tree | 8a18d271200d2c87ea5fff6b1f97efcda69d2f21 /.github/workflows/test.yml | |
parent | cba7977552e909ea0ea4dc526788a9166ad5f535 (diff) | |
download | PeerTube-95faf1eafffff4fe1f74025092c7c3eef2951697.tar.gz PeerTube-95faf1eafffff4fe1f74025092c7c3eef2951697.tar.zst PeerTube-95faf1eafffff4fe1f74025092c7c3eef2951697.zip |
Create another test suite for transcoding jobs
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ba2c549d..f0b9778b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -39,7 +39,7 @@ jobs: | |||
39 | strategy: | 39 | strategy: |
40 | fail-fast: false | 40 | fail-fast: false |
41 | matrix: | 41 | matrix: |
42 | test_suite: [ types-package, client, api-1, api-2, api-3, api-4, cli-plugin, lint, external-plugins ] | 42 | test_suite: [ types-package, client, api-1, api-2, api-3, api-4, api-5, cli-plugin, lint, external-plugins ] |
43 | 43 | ||
44 | env: | 44 | env: |
45 | PGUSER: peertube | 45 | PGUSER: peertube |