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 7f59465 commit b56ef41Copy full SHA for b56ef41
.github/workflows/tests.yml
@@ -25,8 +25,8 @@ jobs:
25
- iOS
26
skip-testing:
27
- |
28
- TestProjectTests/FailingTests/testFailing1
29
- TestProjectTests/FailingTests/testFailing2
+ TestProjectTests/FailingTests/failing1
+ TestProjectTests/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