Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
key: cargo-registry-${{ hashFiles('**/Cargo.lock') }}
restore-keys: cargo-registry
- name: build-tarball ${{matrix.target}}
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
with:
timeout_minutes: 45
max_attempts: 3
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Setup Rust target
run: rustup target add ${{matrix.target}}
- name: build-tarball ${{matrix.target}}
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
with:
timeout_minutes: 90
max_attempts: 3
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- run: mise x wait-for-gh-rate-limit -- wait-for-gh-rate-limit
- run: mise i
- name: Run e2e tests
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
env:
TEST_TRANCHE: ${{matrix.tranche}}
TEST_TRANCHE_COUNT: 8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- run: echo "$HOME/mise/bin" >> "$GITHUB_PATH"
- run: mise -v
- name: ${{matrix.command}}
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
with:
timeout_minutes: 20
max_attempts: 3
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- run: tar -C "$HOME" -xvJf dist/mise-*-linux-x64.tar.xz
- run: echo "$HOME/mise/bin" >> "$GITHUB_PATH"
- name: mise install ${{matrix.plugins}}@latest
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
with:
timeout_minutes: 20
max_attempts: 3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Pull e2e Docker image
run: docker pull ghcr.io/jdx/mise:e2e
- name: Test in Docker
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
env:
MISE_E2E_DOCKER: "1"
TEST_TRANCHE: ${{matrix.tranche}}
Expand All @@ -206,7 +206,7 @@ jobs:
shared-key: build
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: cargo test
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
with:
timeout_minutes: 30
retry_wait_seconds: 30
Expand All @@ -229,7 +229,7 @@ jobs:
- run: Add-Content $env:GITHUB_PATH "$env:GITHUB_WORKSPACE\target\debug"
- uses: ./.github/actions/mise-tools
- name: e2e
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
with:
timeout_minutes: 30
retry_wait_seconds: 30
Expand Down
Loading