Browse Source

Update github action standards and test to install node dependencies

1.14.1
Ho Man Chan 3 years ago
parent
commit
20642f9296
  1. 6
      .github/workflows/standards-and-tests.yml

6
.github/workflows/standards-and-tests.yml

@ -59,6 +59,12 @@ jobs:
tools: phpcs, composer
coverage: pcov
- name: Install Node dependencies
run: |
node -v
npm install
if: matrix.experimental == false
- name: Install PHP dependencies
run: |
export PATH="$HOME/.composer/vendor/bin:$PATH"

Loading…
Cancel
Save