]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/test.yml
It's not the week-end yet
[github/Chocobozzz/PeerTube.git] / .github / workflows / test.yml
index 442317ce2bfcf12f0320b35a112a9cd5781705f6..46b243244b9c02a118a059c5f4d035c2e6e449d6 100644 (file)
@@ -39,12 +39,12 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        test_suite: [ misc, api-1, api-2, api-3, api-4, cli, lint, external-plugins ]
+        test_suite: [ client, api-1, api-2, api-3, api-4, cli-plugin, lint, external-plugins ]
 
     env:
       PGUSER: peertube
       PGHOST: localhost
-      NODE_PENDING_JOB_WAIT: 500
+      NODE_PENDING_JOB_WAIT: 250
 
     steps:
       - uses: actions/checkout@v2