mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-21 01:40:12 -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
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
uses: actions/setup-node@v1.4.2
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: yarn install from npmjs registry
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
run: |
|
||||
cd app/client
|
||||
yarn install --no-lockfile
|
||||
@ -21,6 +25,8 @@ jobs:
|
||||
yarn install --no-lockfile
|
||||
|
||||
- name: Configure private AWS npm registry and install packages from it
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
uses: actions/setup-node@v1.4.2
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: yarn install from npmjs registry
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
run: |
|
||||
cd app/client
|
||||
yarn install --no-lockfile
|
||||
@ -54,6 +58,8 @@ jobs:
|
||||
yarn install --no-lockfile
|
||||
|
||||
- name: Configure private AWS npm registry and install packages from it
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
uses: actions/setup-node@v1.4.2
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: yarn install from npmjs registry
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
run: |
|
||||
cd app/client
|
||||
yarn install --no-lockfile
|
||||
@ -29,6 +33,8 @@ jobs:
|
||||
yarn install --no-lockfile
|
||||
|
||||
- name: Configure private AWS npm registry and install packages from it
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
npm config set registry https://packages.deskreen.com/
|
||||
|
Loading…
x
Reference in New Issue
Block a user