Skip to content

Commit 97fab22

Browse files
wip
1 parent cd3aaae commit 97fab22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh run:*)"
5+
]
6+
}
7+
}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
run: composer show -D
5757

5858
- name: Execute tests
59-
run: vendor/bin/pest
59+
run: vendor/bin/pest --ci

0 commit comments

Comments
 (0)