File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -21,29 +21,15 @@ jobs:
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
24
- - name : Validate composer.json and composer.lock
25
- run : composer validate --strict
26
-
27
- - name : Cache Composer packages
28
- id : composer-cache
29
- uses : actions/cache@v2
30
- with :
31
- path : vendor
32
- key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
33
- restore-keys : |
34
- ${{ runner.os }}-php-
35
-
36
- - name : Install dependencies
37
- run : composer install --prefer-dist --no-progress
38
-
39
24
- uses : actions/setup-node@v1
40
25
with :
41
- node_version : 12
26
+ node-version : 12
42
27
43
28
- name : Setup Environment
44
29
run : |
45
30
npm install -g gulp
46
31
gulp build
32
+ gulp install
47
33
48
34
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
49
35
# Docs: https://getcomposer.org/doc/articles/scripts.md
You can’t perform that action at this time.
0 commit comments