mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove steps that are part of Makefile
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
7711c57da8
commit
ca5af6db91
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -52,17 +52,6 @@ jobs:
|
|||||||
retry_on: error
|
retry_on: error
|
||||||
command: make node_modules
|
command: make node_modules
|
||||||
|
|
||||||
- run: make build-npm
|
|
||||||
name: Generate npm package
|
|
||||||
|
|
||||||
- uses: nick-fields/retry@v2
|
|
||||||
name: Build bundled extensions
|
|
||||||
with:
|
|
||||||
timeout_minutes: 15
|
|
||||||
max_attempts: 3
|
|
||||||
retry_on: error
|
|
||||||
command: make -j2 build-extensions
|
|
||||||
|
|
||||||
- run: make test
|
- run: make test
|
||||||
name: Run tests
|
name: Run tests
|
||||||
if: ${{ matrix.type === "unit" }}
|
if: ${{ matrix.type === "unit" }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user