mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 02:18:56 +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
|
.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue