mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 18:08:54 +00:00
[ticket/17010] Stop skipping node dependency setup on slow tests
PHPBB3-17010
This commit is contained in:
parent
974b7a9184
commit
3513c85ee6
1 changed files with 0 additions and 2 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue