X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=46b243244b9c02a118a059c5f4d035c2e6e449d6;hb=33eb19e5199cc9fa4d73c6675c97508e3e072ef9;hp=f8706d4bef172f73c97c729a313209097b2b4c4e;hpb=2abaa3f27ec9870749a3a6f001922740e26c3830;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8706d4be..46b243244 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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