From 3513c85ee61bdb88adffc3b732ac3e8cb9309adc Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 30 Jan 2023 23:09:57 +0100 Subject: [PATCH] [ticket/17010] Stop skipping node dependency setup on slow tests PHPBB3-17010 --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 761d8e3e87..1c4de83e50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -218,12 +218,10 @@ jobs: .github/setup-ldap.sh - name: Setup node - if: ${{ matrix.SLOWTESTS != 1 }} uses: actions/setup-node@v3 with: node-version: 16 - name: Setup node dependencies - if: ${{ matrix.SLOWTESTS != 1 }} run: npm ci - name: Setup SPHINX