]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/test.yml
Correctly cleanup test servers
[github/Chocobozzz/PeerTube.git] / .github / workflows / test.yml
index f8706d4bef172f73c97c729a313209097b2b4c4e..c5bbd9e2c64d439a250b27e5e25227f811bdfc94 100644 (file)
@@ -2,10 +2,6 @@ name: Test Suite
 
 on:
   push:
-    branches:
-      - develop
-      - master
-      - ci
   pull_request:
     types: [synchronize, opened]
   schedule:
@@ -38,12 +34,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