Skip to content

Commit

Permalink
GitHub workflow: caching app/vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargar committed Jan 16, 2024
1 parent 4db5229 commit 4375286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/app-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
ref: runchecks

- uses: actions/cache@v3
with:
path: app/vendor

- name: Install dependencies
uses: php-actions/composer@v6
with:
Expand Down

0 comments on commit 4375286

Please sign in to comment.