Skip to content

Commit b56ef41

Browse files
committed
Adjust to renamed tests
1 parent 7f59465 commit b56ef41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- iOS
2626
skip-testing:
2727
- |
28-
TestProjectTests/FailingTests/testFailing1
29-
TestProjectTests/FailingTests/testFailing2
28+
TestProjectTests/FailingTests/failing1
29+
TestProjectTests/FailingTests/failing2
3030
action: [ test ]
3131
output-formatter: [ 'xcpretty --color', '' ]
3232
include:
@@ -95,8 +95,8 @@ jobs:
9595
- iOS
9696
skip-testing:
9797
- |
98-
TestProjectTests/FailingTests/testFailing1
99-
TestProjectTests/FailingTests/testFailing2
98+
TestProjectTests/FailingTests/failing1
99+
TestProjectTests/FailingTests/failing2
100100
action: [ test ]
101101
output-formatter: [ 'xcpretty --color', '' ]
102102
include:

0 commit comments

Comments
 (0)