mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/17010] Stop skipping node dependency setup on slow tests
PHPBB3-17010
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user