Skip to content

Commit f67a1f7

Browse files
committed
- experimenting with the setup
1 parent 6faac9a commit f67a1f7

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
name: CI
12
on:
23
push:
34
branches: [ master ]
45
pull_request:
56
branches: [ master ]
6-
77
env:
88
timezone: UTC
9-
109
jobs:
1110
run:
1211
runs-on: ubuntu-latest
@@ -27,14 +26,14 @@ jobs:
2726
coverage: pcov
2827
extensions: ctype dom igbinary libxml mbstring msgpack simplexml xml zip
2928
ini-values: assert.exception=1
30-
- name: Cache Composer packages
31-
id: composer-cache
32-
uses: actions/cache@v2
33-
with:
34-
path: vendor
35-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
36-
restore-keys: |
37-
${{ runner.os }}-php-
29+
# - name: Cache Composer packages
30+
# id: composer-cache
31+
# uses: actions/cache@v2
32+
# with:
33+
# path: vendor
34+
# key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
35+
# restore-keys: |
36+
# ${{ runner.os }}-php-
3837
- name: Install dependencies
3938
run: composer update -o --prefer-dist --no-progress --no-interaction
4039
- name: Test with phpunit

0 commit comments

Comments
 (0)