Skip to content

Commit

Permalink
update cakephp5 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Sep 23, 2023
1 parent e7da4a6 commit 1440a6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php-cakephp5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress

- name: Set permissions
run: |
chmod -R 777 ${{ env.WORKING_DIRECTORY }}/tmp \
&& chmod -R 777 ${{ env.WORKING_DIRECTORY }}/logs
- name: Install zip
uses: montudor/action-zip@v1

Expand Down

0 comments on commit 1440a6b

Please sign in to comment.