Skip to content

Commit 2b6e3d7

Browse files
author
Roman Bylbas
committed
Removed some steps from ci.yml
Signed-off-by: Roman Bylbas <romka.bulbas@gmail.com>
1 parent 045977b commit 2b6e3d7

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ jobs:
2222

2323
- uses: actions/checkout@v3
2424

25-
- name: Validate composer.json and composer.lock
26-
run: composer validate --strict
27-
28-
- name: Cache Composer packages
29-
id: composer-cache
30-
uses: actions/cache@v3
31-
with:
32-
path: vendor
33-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
34-
restore-keys: |
35-
${{ runner.os }}-php-
36-
3725
- name: Install dependencies
3826
run: composer install --prefer-dist --no-progress
3927

0 commit comments

Comments
 (0)