Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit e1f1bc7

Browse files
committed
start over
1 parent c0fa4db commit e1f1bc7

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.circleci/config.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@
44
#
55
version: 2
66
jobs:
7-
build:
7+
build:
88

9-
# Specify the Xcode version to use
10-
macos:
11-
xcode: "8.3.3"
9+
# Specify the Xcode version to use
10+
macos:
11+
xcode: "8.3.3"
1212

13-
steps:
14-
- checkout
13+
steps:
14+
- checkout
1515

16-
# Install CocoaPods
17-
- run:
18-
name: Install CocoaPods
19-
command: pod install
16+
# Install CocoaPods
17+
- run:
18+
name: Install CocoaPods
19+
command: pod install
2020

21-
# Build the app and run tests
22-
- run:
23-
name: Build and run tests
24-
command: fastlane scan
25-
environment:
26-
SCAN_DEVICE: iPhone 6
27-
SCAN_SCHEME: WebTests
21+
# Build the app and run tests
22+
- run:
23+
name: Build and run tests
24+
command: fastlane scan
25+
environment:
26+
SCAN_DEVICE: iPhone 6
27+
SCAN_SCHEME: WebTests
2828

29-
# Collect XML test results data to show in the UI,
30-
# and save the same XML files under test-results folder
31-
# in the Artifacts tab
32-
- store_test_results:
33-
path: test_output/report.xml
34-
- store_artifacts:
35-
path: /tmp/test-results
36-
destination: scan-test-results
37-
- store_artifacts:
38-
path: ~/Library/Logs/scan
39-
destination: scan-logs
29+
# Collect XML test results data to show in the UI,
30+
# and save the same XML files under test-results folder
31+
# in the Artifacts tab
32+
- store_test_results:
33+
path: test_output/report.xml
34+
- store_artifacts:
35+
path: /tmp/test-results
36+
destination: scan-test-results
37+
- store_artifacts:
38+
path: ~/Library/Logs/scan
39+
destination: scan-logs
4040

0 commit comments

Comments
 (0)