Update releases.yml

Attempt to avoid submodules installation.
feature/dockerized-app
Ruslan Baidan 2022-10-05 16:53:00 +02:00 committed by GitHub
parent 8856ef80b9
commit cee00fd31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -49,8 +49,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install ng-anr
run: |
npm install ng_anr
uses: actions/checkout@v2
with:
repository: monarc-project/ng-anr
path: './node_modules/ng_anr'
- name: Install ng-client
uses: actions/checkout@v2
@ -60,8 +62,8 @@ jobs:
- name: Install ng-client dependencies
run: |
npm install
working-directory: node_modules/ng_client/
cd node_modules/ng_client
npm ci
# final "cleanup"
- name: post job