aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-30 16:58:32 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-31 11:32:04 +0200
commitf9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61 (patch)
treee1c1cdb0efaf123f0213b9695740933d4cd3869c /.github
parenta613eea4c3987f5a2fba729a24ecaf2373624194 (diff)
downloadPeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.tar.gz
PeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.tar.zst
PeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.zip
Correctly test ldap
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 4 insertions, 2 deletions
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:
71 - name: Install dependencies 71 - name: Install dependencies
72 run: yarn install --frozen-lockfile 72 run: yarn install --frozen-lockfile
73 73
74 - name: Set videos import enabled env variable 74 - name: Set env test variable (schedule)
75 if: github.event_name != 'schedule' 75 if: github.event_name != 'schedule'
76 run: echo "::set-env name=DISABLE_HTTP_IMPORT_TESTS::true" 76 run: |
77 echo "::set-env name=DISABLE_HTTP_IMPORT_TESTS::true"
78 echo "::set-env name=DISABLE_EXTERNAL_PLUGINS_TESTS::true"
77 79
78 - name: Run Test 80 - name: Run Test
79 run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} 81 run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }}