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 5af5f76 commit 43a015a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php-cakephp5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ 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 tmp \
&& chmod -R 777 logs \
&& ls -al
- name: Install zip
uses: montudor/action-zip@v1

Expand Down
2 changes: 0 additions & 2 deletions php/cakephp5/webroot/phpinfo.php

This file was deleted.

0 comments on commit 43a015a

Please sign in to comment.