Skip to content

Commit

Permalink
Fix laravel.yml
Browse files Browse the repository at this point in the history
Envy and Laravel Translation Checker composer modules have been dropped,
so tests must be updated.
  • Loading branch information
JanOppolzer committed Feb 13, 2024
1 parent 8319a7f commit 1dc064c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
run: php artisan key:generate
- name: Run translations check
run: php artisan translations:check --excludedDirectories=vendor
- name: Run Envy sync
run: php artisan envy:sync --dry
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Create Database
Expand Down

0 comments on commit 1dc064c

Please sign in to comment.