trying will full error handling

pull/434/head
Rémi Laurent 2022-05-30 16:28:04 +02:00
parent bb1fd68994
commit 061718bb43
1 changed files with 12 additions and 2 deletions

View File

@ -53,11 +53,21 @@ jobs:
npm install
head node_modules/ng_client/src/ClientApp.js
- name: Install ng-anr dependencies
run: |
npm install
working-direcory: node_modules/ng_anr/
- name: Install ng-client dependencies
run: |
npm install
working-direcory: node_modules/ng_client/
# final "cleanup"
- name: post job
run: |
bash -x ./scripts/link_modules_resources.sh
bash -x ./scripts/compile_translations.sh
bash -ex ./scripts/link_modules_resources.sh
bash -ex ./scripts/compile_translations.sh
# prepare release
- name: Get repository name