mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
retry yarn/npm install steps on gh actions
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
126d542335
commit
63d43bbd04
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -32,14 +32,22 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- run: make node_modules
|
||||
- uses: nick-invision/retry@v2
|
||||
name: Install dependencies
|
||||
with:
|
||||
max_attempts: 3
|
||||
retry_on: error
|
||||
command: make node_modules
|
||||
|
||||
- run: make build-npm
|
||||
name: Generate npm package
|
||||
|
||||
- run: make -j2 build-extensions
|
||||
- uses: nick-invision/retry@v2
|
||||
name: Build bundled extensions
|
||||
with:
|
||||
max_attempts: 3
|
||||
retry_on: error
|
||||
command: make -j2 build-extensions
|
||||
|
||||
- run: make test
|
||||
name: Run tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user