Skip to content

Commit 5aa3f02

Browse files
authored
Update ci.yaml
1 parent f60be2b commit 5aa3f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
1414
- uses: php-actions/composer@v6
1515
- 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
1618
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)