[ticket/17010] Stop skipping node dependency setup on slow tests

PHPBB3-17010
This commit is contained in:
Marc Alexander 2023-01-30 23:09:57 +01:00
parent 974b7a9184
commit 3513c85ee6
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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