Skip to content

Commit 3df4bbb

Browse files
authored
fix(integrations): invert tests skip boolean input (#122)
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent 933e87c commit 3df4bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integrations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ on:
3232
skip_directory_test:
3333
description: 'Skip directory tests'
3434
required: false
35-
default: false
35+
default: true
3636
type: boolean
3737
skip_slim_test:
3838
description: 'Skip slim tests'
3939
required: false
40-
default: false
40+
default: true
4141
type: boolean
4242
schedule:
4343
- cron: "0 4 * * *"

0 commit comments

Comments
 (0)