Skip to content

Commit

Permalink
forgot path param
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmeijer committed Jul 9, 2024
1 parent 280c6e8 commit e9a6e76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:
run: composer validate --strict
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Cache Permissions
run: chmod -R 777 bootstrap/cache
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Create storage
working-directory: storage
run: |
chmod -R 777
mkdir -p database logs app app/public
touch database/testing.sqlite
touch logs/laravel.log
Expand Down

0 comments on commit e9a6e76

Please sign in to comment.