Skip to content

Commit

Permalink
ci(actions): Try avoid the directory generated/code cannot be deleted…
Browse files Browse the repository at this point in the history
… error [skip ci]
  • Loading branch information
julienloizelet committed Aug 26, 2022
1 parent c01b183 commit a32b85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/module-with-varnish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
if: startsWith(matrix.m2-version, '2.4')
run: |
sudo chmod -R 777 ${{ github.workspace }}
rm -Rf ${{ github.workspace }}/generated
ddev magento maintenance:enable
ddev magento module:disable Magento_TwoFactorAuth
ddev magento maintenance:disable
Expand Down

0 comments on commit a32b85d

Please sign in to comment.