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 bb41830 commit 3a8a748Copy full SHA for 3a8a748
1 file changed
.github/workflows/tests.yml
@@ -25,8 +25,8 @@ jobs:
25
- iOS
26
skip-testing:
27
- |
28
- FailingTests/failing1()
29
- FailingTests/failing2()
+ 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