Skip to content

Commit 3d8ccb4

Browse files
Removed cache folder creation
1 parent 7fb30fe commit 3d8ccb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/phpstan.yml

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

57-
- name: "Create cache folder"
57+
- name: "Making cache folder writable"
5858
shell: bash
59-
run: mkdir vendor/orchestra/testbench-core/laravel/bootstrap/cache
60-
- run: chmod 777 vendor/orchestra/testbench-core/laravel/bootstrap/cache
59+
run: chmod 777 vendor/orchestra/testbench-core/laravel/bootstrap/cache
6160

6261
- name: "Patching testbench's onNotSuccessfulTest() signature..."
6362
shell: bash

0 commit comments

Comments
 (0)