Skip to content

Commit

Permalink
Test cache optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Mar 12, 2023
1 parent f48b790 commit e600baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
echo "files_cache=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT
- name: Generate composer.lock
run: |
composer update --no-install
- name: Cache composer cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e600baa

Please sign in to comment.