mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix github workflows
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
b8befde2f4
commit
23e2aa7a61
3
.github/workflows/bump-master-version.yaml
vendored
3
.github/workflows/bump-master-version.yaml
vendored
@ -19,7 +19,8 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
yarn ci
|
yarn install --frozen-lockfile
|
||||||
|
yarn lerna bootstrap
|
||||||
- name: Bump version to first alpha of next minor version
|
- name: Bump version to first alpha of next minor version
|
||||||
run: |
|
run: |
|
||||||
yarn bump-version preminor
|
yarn bump-version preminor
|
||||||
|
|||||||
3
.github/workflows/publish-master-npm.yml
vendored
3
.github/workflows/publish-master-npm.yml
vendored
@ -27,7 +27,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate NPM packages
|
- name: Generate NPM packages
|
||||||
run: |
|
run: |
|
||||||
yarn ci
|
yarn install --frozen-lockfile
|
||||||
|
yarn lerna bootstrap
|
||||||
yarn run build
|
yarn run build
|
||||||
|
|
||||||
- name: Publish NPM package
|
- name: Publish NPM package
|
||||||
|
|||||||
3
.github/workflows/publish-release-npm.yml
vendored
3
.github/workflows/publish-release-npm.yml
vendored
@ -32,7 +32,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate NPM packages
|
- name: Generate NPM packages
|
||||||
run: |
|
run: |
|
||||||
yarn ci
|
yarn install --frozen-lockfile
|
||||||
|
yarn lerna bootstrap
|
||||||
yarn run build
|
yarn run build
|
||||||
|
|
||||||
- name: Publish NPM packages
|
- name: Publish NPM packages
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: yarn ci
|
command: yarn install --frozen-lockfile && yarn lerna bootstrap
|
||||||
|
|
||||||
- run: make test
|
- run: make test
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user