Skip to content

Commit a5ea687

Browse files
committed
Reverted spacing
1 parent 0372faa commit a5ea687

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,17 @@ jobs:
1919
name: PHP {{ matrix.php }}
2020
steps:
2121
- uses: actions/checkout@v1
22-
2322
- uses: actions/cache@v1
2423
name: Cache dependencies
2524
with:
2625
path: ~/.composer/cache/files
2726
key: composer-php-${{ matrix.php }}-${{ hashFiles('composer.json') }}
28-
2927
- name: Install dependencies
3028
run: |
3129
composer install --no-interaction --no-interaction --prefer-source
32-
3330
- name: Run tests
3431
run: |
3532
phpunit --coverage-text --coverage-clover=coverage.xml
36-
3733
- uses: codecov/codecov-action@v1
3834
with:
3935
fail_ci_if_error: true

0 commit comments

Comments
 (0)