diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-24 13:38:00 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-24 13:38:00 +0100 |
commit | fe392059a8db1cbf112cc615a652998f2bd85378 (patch) | |
tree | 1ab457d7b2d2e402ece2e8eaa2ca9ff7f2767cde /.github | |
parent | b969539c838ae3012d7a7040c5e310bb9c834e95 (diff) | |
download | PeerTube-fe392059a8db1cbf112cc615a652998f2bd85378.tar.gz PeerTube-fe392059a8db1cbf112cc615a652998f2bd85378.tar.zst PeerTube-fe392059a8db1cbf112cc615a652998f2bd85378.zip |
Global server dep update
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 6bd759c06..030ec3790 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: [ 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 |