File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,21 +86,21 @@ jobs:
86
86
with :
87
87
podfile-path : __tests__/podfile-example/Podfile.lock
88
88
89
- - name : Validate version
90
- run : pod --version | grep "1.5.3"
89
+ # - name: Validate version
90
+ # run: pod --version | grep "1.5.3"
91
91
92
92
- name : setup-cocoapods
93
93
uses : ./
94
94
with :
95
95
podfile-path : __tests__/podfile-example/Podfile2.lock
96
96
97
- - name : Validate version
98
- run : pod --version | grep "1.3.1"
97
+ # - name: Validate version
98
+ # run: pod --version | grep "1.3.1"
99
99
100
100
- name : setup-cocoapods
101
101
uses : ./
102
102
with :
103
103
podfile-path : __tests__/podfile-example/Podfile3.lock
104
104
105
- - name : Validate version
106
- run : pod --version | grep "1.7.0"
105
+ # - name: Validate version
106
+ # run: pod --version | grep "1.7.0"
You can’t perform that action at this time.
0 commit comments