Skip to content

Commit 85aee61

Browse files
committed
Update CI GH workflow.
1 parent 1bb7eb7 commit 85aee61

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/ci.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,15 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323

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-
3924
- uses: actions/setup-node@v1
4025
with:
41-
node_version: 12
26+
node-version: 12
4227

4328
- name: Setup Environment
4429
run: |
4530
npm install -g gulp
4631
gulp build
32+
gulp install
4733
4834
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
4935
# Docs: https://getcomposer.org/doc/articles/scripts.md

0 commit comments

Comments
 (0)