Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump nick-fields/retry from 2.8.3 to 2.9.0 #742

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/mobile-android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
distribution: zulu
- run: cd mobile && ./ci/mac_ci_setup.sh --android
name: 'Install dependencies'
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
distribution: zulu
- name: 'Install dependencies'
run: cd mobile && ./ci/mac_ci_setup.sh --android
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
distribution: zulu
- name: 'Install dependencies'
run: cd mobile && ./ci/mac_ci_setup.sh --android
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
distribution: zulu
- name: 'Install dependencies'
run: cd mobile && ./ci/mac_ci_setup.sh --android
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start emulator'
with:
timeout_minutes: 10
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/mobile-ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//examples/swift/hello_world:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//test/swift/apps/baseline:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
--define=admin_functionality=enabled \
--define envoy_mobile_listener=enabled \
//test/swift/apps/experimental:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//examples/swift/async_await:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
--config=ios \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \
//examples/objective-c/hello_world:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
- uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
name: 'Start simulator'
with:
timeout_minutes: 5
Expand Down