mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
test
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
55e2355b93
commit
7aeaf0b21c
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-16.04, macos-10.15, windows-2019]
|
os: [ubuntu-16.04, macos-11, windows-2019]
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Release from lens
|
- name: Checkout Release from lens
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
# shell: bash
|
# shell: bash
|
||||||
# if: runner.os != 'Linux'
|
# if: runner.os != 'Linux'
|
||||||
|
|
||||||
- run: npm install -g node-gyp && make build
|
- run: make build
|
||||||
name: Test build (arm64)
|
name: Test build (arm64)
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user