X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=a1edde1ef00045298e0b22fd1ae773620eb031e2;hb=609a444202b4cf97f962ed596aac4d0d7b7f63fe;hp=fe9851dc7327650586312fa5a58532dde5b01d21;hpb=5ec8a71f8471bbbd6b8e77bae2550cc28930f9ab;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe9851dc7..a1edde1ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ on: branches: - develop - master + - ci + - next pull_request: types: [synchronize, opened] schedule: @@ -42,7 +44,7 @@ jobs: env: PGUSER: peertube PGHOST: localhost - NODE_PENDING_JOB_WAIT: 2000 + NODE_PENDING_JOB_WAIT: 250 steps: - uses: actions/checkout@v2 @@ -93,7 +95,7 @@ jobs: - name: Run Test # external-plugins tests only run on schedule if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' - run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} + run: npm run ci -- ${{ matrix.test_suite }} - name: Display errors if: ${{ always() }}