diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-28 08:37:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-28 08:37:05 +0100 |
commit | fafc7c3cbd476d0d271e125a4f8a705eca9d283c (patch) | |
tree | b764726d659be9aba9aca430098b0e66932c6bea /.github | |
parent | e6492b2de61e5eef5ea9bc1bf19463c065f3f41d (diff) | |
download | PeerTube-fafc7c3cbd476d0d271e125a4f8a705eca9d283c.tar.gz PeerTube-fafc7c3cbd476d0d271e125a4f8a705eca9d283c.tar.zst PeerTube-fafc7c3cbd476d0d271e125a4f8a705eca9d283c.zip |
Update resolve tspaths and enabled CI for types
Diffstat (limited to '.github')
-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 18cf60a0a..1a59d13d7 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: [ client, api-1, api-2, api-3, api-4, cli-plugin, lint, external-plugins ] | 42 | test_suite: [ types, 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 |