Skip to content

Commit

Permalink
tweak caching in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclermont committed Jun 12, 2024
1 parent f28639b commit cd6042a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ jobs:
- name: Run JS test suite
run: LARAVEL_BYPASS_ENV_CHECK=1 npm test

- name: Laravel caching
run: docker exec "$PROJECT_NAME-php-fpm" composer run laravel-cache
- name: Cache routes
run: docker exec "$PROJECT_NAME-php-fpm" ./artisan route:cache

- name: Cache views
run: docker exec "$PROJECT_NAME-php-fpm" ./artisan view:cache

- name: Cache Larastan result cache
uses: actions/cache@v4
Expand Down

0 comments on commit cd6042a

Please sign in to comment.