diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-28 10:18:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-28 10:18:15 +0100 |
commit | 6627dbc957477aa32e21ed1bdc8cd72b928cd616 (patch) | |
tree | e6dbe45b7259cc01ff0255887d45d331bc81026f /.github/workflows/test.yml | |
parent | 52b356cfe257e8e0d357a498e87d9299c95cdbe5 (diff) | |
download | PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.gz PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.zst PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.zip |
Move types package in packages/
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 1a59d13d7..8ba2c549d 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, 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, cli-plugin, lint, external-plugins ] |
43 | 43 | ||
44 | env: | 44 | env: |
45 | PGUSER: peertube | 45 | PGUSER: peertube |