We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa3f02 commit 0be3709Copy full SHA for 0be3709
.github/workflows/ci.yaml
@@ -13,6 +13,6 @@ jobs:
13
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
14
- uses: php-actions/composer@v6
15
- run: echo "Composer dependencies have been installed"
16
- - run: mkdir -p vendor/orchestra/testbench-core/laravel/bootstrap/cache # Ensure the directory exists
17
- - run: chmod -R 777 vendor/orchestra/testbench-core/laravel/bootstrap/cache
+ - run: sudo chmod -R 0777 vendor/orchestra/testbench-core/laravel/bootstrap/*
+ - run: sudo chmod -R 0777 vendor/orchestra/testbench-core/laravel/storage/*
18
- run: vendor/bin/phpunit
0 commit comments