From f9e1ca7087fc855daa62d64f19225f57632811d3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 Jul 2020 09:13:13 +0200 Subject: Execute external tests on schedule --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c31b73fc..03b925701 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '0 0 * * 1-5' + - cron: '0 3 * * 1-5' jobs: @@ -75,9 +75,10 @@ jobs: if: github.event_name != 'schedule' run: | echo "::set-env name=DISABLE_HTTP_IMPORT_TESTS::true" - echo "::set-env name=DISABLE_EXTERNAL_PLUGINS_TESTS::true" - 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 }} - name: Upload logs -- cgit v1.2.3