Changeset 50436 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 02/25/2021 08:47:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r50435 r50436 81 81 path: ~/.npm 82 82 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} 83 restore-keys: |84 ${{ runner.os }}-npm-85 83 86 84 - name: Install Dependencies … … 187 185 path: ~/.npm 188 186 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} 189 restore-keys: |190 ${{ runner.os }}-npm-191 187 192 188 - name: Install Dependencies … … 206 202 path: ${{ steps.composer-cache.outputs.dir }} 207 203 key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }} 208 restore-keys: |209 ${{ runner.os }}-php-${{ matrix.php }}-composer-210 204 211 205 - name: Install Composer dependencies
Note: See TracChangeset
for help on using the changeset viewer.