1
0
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:
Pavlo Buidenkov 2020-11-22 17:52:04 +02:00
parent f23277fcdf
commit 4ff871d8f8
3 changed files with 18 additions and 0 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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/