Skip to content

Commit

Permalink
Added command to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko259 committed Aug 2, 2024
1 parent 4d3baeb commit 3d6d0bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ runs:
shell: bash
working-directory: ./${{ inputs.path }}

- name: Generate symbolic link
run: php artisan storage:link
shell: bash
working-directory: ./${{ inputs.path }}

- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
shell: bash
Expand Down

0 comments on commit 3d6d0bc

Please sign in to comment.