mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +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
|
.github/setup-ldap.sh
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
if: ${{ matrix.SLOWTESTS != 1 }}
|
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: Setup node dependencies
|
- name: Setup node dependencies
|
||||||
if: ${{ matrix.SLOWTESTS != 1 }}
|
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Setup SPHINX
|
- name: Setup SPHINX
|
||||||
|
Reference in New Issue
Block a user