Skip to content

Commit 602df51

Browse files
committed
Update ci config
1 parent edd98ca commit 602df51

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ jobs:
103103
uses: actions/cache@v4
104104
with:
105105
path: ${{ steps.composer-cache.outputs.dir }}
106-
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}
106+
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-cs-stan
107+
108+
- name: composer install
109+
run: composer install --prefer-dist --no-progress
107110

108111
- name: Run All Gates
109112
run: composer check
110-
continue-on-error: true

0 commit comments

Comments
 (0)