mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-21 09:50:13 -07:00
fix github workflow issue
This commit is contained in:
parent
f23277fcdf
commit
4ff871d8f8
6
.github/workflows/codecov.yml
vendored
6
.github/workflows/codecov.yml
vendored
@ -9,11 +9,15 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
uses: actions/setup-node@v1.4.2
|
uses: actions/setup-node@v1.4.2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- name: yarn install from npmjs registry
|
- name: yarn install from npmjs registry
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
run: |
|
run: |
|
||||||
cd app/client
|
cd app/client
|
||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
@ -21,6 +25,8 @@ jobs:
|
|||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
|
|
||||||
- name: Configure private AWS npm registry and install packages from it
|
- name: Configure private AWS npm registry and install packages from it
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: |
|
run: |
|
||||||
npm config set registry https://packages.deskreen.com/
|
npm config set registry https://packages.deskreen.com/
|
||||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -42,11 +42,15 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
uses: actions/setup-node@v1.4.2
|
uses: actions/setup-node@v1.4.2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- name: yarn install from npmjs registry
|
- name: yarn install from npmjs registry
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
run: |
|
run: |
|
||||||
cd app/client
|
cd app/client
|
||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
@ -54,6 +58,8 @@ jobs:
|
|||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
|
|
||||||
- name: Configure private AWS npm registry and install packages from it
|
- name: Configure private AWS npm registry and install packages from it
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: |
|
run: |
|
||||||
npm config set registry https://packages.deskreen.com/
|
npm config set registry https://packages.deskreen.com/
|
||||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -17,11 +17,15 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
uses: actions/setup-node@v1.4.2
|
uses: actions/setup-node@v1.4.2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- name: yarn install from npmjs registry
|
- name: yarn install from npmjs registry
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
run: |
|
run: |
|
||||||
cd app/client
|
cd app/client
|
||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
@ -29,6 +33,8 @@ jobs:
|
|||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
|
|
||||||
- name: Configure private AWS npm registry and install packages from it
|
- name: Configure private AWS npm registry and install packages from it
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: |
|
run: |
|
||||||
npm config set registry https://packages.deskreen.com/
|
npm config set registry https://packages.deskreen.com/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user