From f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 Jul 2020 16:58:32 +0200 Subject: Correctly test ldap --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28ebf2ca9..0c31b73fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,9 +71,11 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - - name: Set videos import enabled env variable + - name: Set env test variable (schedule) if: github.event_name != 'schedule' - run: echo "::set-env name=DISABLE_HTTP_IMPORT_TESTS::true" + run: | + echo "::set-env name=DISABLE_HTTP_IMPORT_TESTS::true" + echo "::set-env name=DISABLE_EXTERNAL_PLUGINS_TESTS::true" - name: Run Test run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} -- cgit v1.2.3