File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
mkdir -p dist-test
121
121
echo TEST_FOLDER=$(pwd)/dist-test >> $GITHUB_ENV
122
122
- name : Xcode Tests
123
- uses : nick-fields/retry@v2
123
+ uses : nick-fields/retry@v3
124
124
# try to run the tests with xcpretty. If it fails then try again without xcpretty twice for better log output
125
125
# the xcode tests are a bit flaky and they should never fail on this step, as this step only collects the JS test results as junit xml
126
126
with :
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
mkdir -p dist-test
104
104
echo TEST_FOLDER=$(pwd)/dist-test >> $GITHUB_ENV
105
105
- name : Xcode Tests
106
- uses : nick-fields/retry@v2
106
+ uses : nick-fields/retry@v3
107
107
# try to run the tests with xcpretty. If it fails then try again without xcpretty twice for better log output
108
108
# the xcode tests are a bit flaky and they should never fail on this step, as this step only collects the JS test results as junit xml
109
109
with :
You can’t perform that action at this time.
0 commit comments