mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-20 01:10:27 -07:00
fixing github workflow...
This commit is contained in:
parent
096847688e
commit
35906f2bb0
5
.github/workflows/codecov.yml
vendored
5
.github/workflows/codecov.yml
vendored
@ -19,9 +19,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
run: |
|
run: |
|
||||||
|
npm config set registry https://registry.npmjs.org
|
||||||
cd app/client
|
cd app/client
|
||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
cd ../..
|
cd ..
|
||||||
|
yarn install --no-lockfile
|
||||||
|
cd ..
|
||||||
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
|
||||||
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -52,9 +52,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
run: |
|
run: |
|
||||||
|
npm config set registry https://registry.npmjs.org
|
||||||
cd app/client
|
cd app/client
|
||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
cd ../..
|
cd ..
|
||||||
|
yarn install --no-lockfile
|
||||||
|
cd ..
|
||||||
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
|
||||||
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -27,9 +27,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
run: |
|
run: |
|
||||||
|
npm config set registry https://registry.npmjs.org
|
||||||
cd app/client
|
cd app/client
|
||||||
yarn install --no-lockfile
|
yarn install --no-lockfile
|
||||||
cd ../..
|
cd ..
|
||||||
|
yarn install --no-lockfile
|
||||||
|
cd ..
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user