We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56ef41 commit 0b02ddaCopy full SHA for 0b02dda
1 file changed
.github/workflows/tests.yml
@@ -25,8 +25,8 @@ jobs:
25
- iOS
26
skip-testing:
27
- |
28
- TestProjectTests/FailingTests/failing1
29
- TestProjectTests/FailingTests/failing2
+ FailingTests/failing1()
+ FailingTests/failing2()
30
action: [ test ]
31
output-formatter: [ 'xcpretty --color', '' ]
32
include:
@@ -95,8 +95,8 @@ jobs:
95
96
97
98
99
100
101
102
0 commit comments