Skip to content

Commit d647e32

Browse files
committed
wip
1 parent 417488c commit d647e32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838

3939
- uses: php-actions/composer@v6
4040

41+
- name: Directory Permissions
42+
run: chmod -R 777 storage vendor/orchestra/testbench-core/laravel/bootstrap/cache
43+
4144
- name: Execute tests
4245
run: ./vendor/bin/pest --parallel

0 commit comments

Comments
 (0)