Skip to content

Commit 8a03e2e

Browse files
Removed cache folder creation
1 parent 3d8ccb4 commit 8a03e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpstan.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
# php_version: "${{ matrix.php }}"
5555
# # memory_limit: "16M"
5656

57-
- name: "Making cache folder writable"
58-
shell: bash
59-
run: chmod 777 vendor/orchestra/testbench-core/laravel/bootstrap/cache
57+
# - name: "Making cache folder writable"
58+
# shell: bash
59+
# run: chmod 777 vendor/orchestra/testbench-core/laravel/bootstrap/cache
6060

6161
- name: "Patching testbench's onNotSuccessfulTest() signature..."
6262
shell: bash

0 commit comments

Comments
 (0)