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 @@ -128,7 +128,7 @@ jobs:
128
128
mkdir -p dist-test
129
129
echo TEST_FOLDER=$(pwd)/dist-test >> $GITHUB_ENV
130
130
- name : Xcode Tests
131
- uses : nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
131
+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
132
132
# try to run the tests with xcpretty. If it fails then try again without xcpretty twice for better log output
133
133
# 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
134
134
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@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
106
+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
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