Skip to content

Commit ea3a4c3

Browse files
committed
Fix fastlane with the new setup.
1 parent 458c031 commit ea3a4c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ fastlane_version '2.121.0'
44
# Don't generate README files.
55
skip_docs
66

7-
skip_docs
8-
97
##########################
108
### BUILD SERVER SETUP ###
119
##########################
@@ -23,11 +21,11 @@ lane :pr do
2321
executable: 'Example/Pods/Swiftlint/swiftlint'
2422

2523
# Validate the QuickSpec to not use `fit`, `fcontext`, or `fdescribe`.
26-
validate_specs directories: ['SwoopTests']
24+
validate_specs directories: ['Example/Tests']
2725

2826
# Run the tests.
2927
scan(
30-
workspace: 'Example/Stella.xcworkspace',
28+
workspace: 'Example/Example.xcworkspace',
3129
scheme: 'Tests',
3230
clean: true,
3331
skip_build: true

0 commit comments

Comments
 (0)