File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
- name : CI/CD Automation
1
+ name : CI/CD Automation Tests
2
2
3
3
on :
4
- pull_request :
5
- branches :
6
- - qa
7
-
8
4
push :
9
5
branches :
10
6
- cicd-automation
11
7
12
8
jobs :
13
- Distribute :
9
+ CICD_Automation_Tests :
14
10
runs-on : macos-latest
15
11
environment : Configuration Files
16
12
steps :
17
13
- uses : actions/checkout@v4
18
14
- uses : jdx/mise-action@v2
15
+ - uses : ruby/setup-ruby@v1
16
+ with :
17
+ ruby-version : 2.7.2
19
18
20
19
# - name: Install Tuist
21
20
# run: |
50
49
51
50
- name : Build Project
52
51
run : |
53
- tuist build
52
+ tuist build
53
+
54
+ - name : Run Tests via Tuist
55
+ run : |
56
+ tuist test
57
+
58
+ - name : Run Tests via Fastlane
59
+ run : |
60
+ fastlane tests
Original file line number Diff line number Diff line change 5
5
6
6
7
7
8
- <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.00017 " >
8
+ <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000189 " >
9
9
10
10
</testcase >
11
11
12
12
13
- <testcase classname =" fastlane.lanes" name =" 1: capture_screenshots" time =" 184.897631 " >
13
+ <testcase classname =" fastlane.lanes" name =" 1: capture_screenshots" time =" 172.753046 " >
14
14
15
15
</testcase >
16
16
You canโt perform that action at this time.
0 commit comments