]> 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 f8706d4bef172f73c97c729a313209097b2b4c4e..46b243244b9c02a118a059c5f4d035c2e6e449d6 100644 (file)
@@ -6,6 +6,7 @@ on:
       - develop
       - master
       - ci
+      - next
   pull_request:
     types: [synchronize, opened]
   schedule:
@@ -38,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