mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
changed ownership of retry package (#4891)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
733bb543c9
commit
560ef99080
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- uses: nick-invision/retry@v2
|
- uses: nick-fields/retry@v2
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
- run: make build-npm
|
- run: make build-npm
|
||||||
name: Generate npm package
|
name: Generate npm package
|
||||||
|
|
||||||
- uses: nick-invision/retry@v2
|
- uses: nick-fields/retry@v2
|
||||||
name: Build bundled extensions
|
name: Build bundled extensions
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 15
|
timeout_minutes: 15
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user