ci: sheet lib
Build / Build-and-ng-test (pull_request) Failing after 15s Details

This commit is contained in:
Mihajlo Medjedovic 2024-05-02 09:52:22 +02:00
parent dc989e5668
commit 2d6a753921
2 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ jobs:
- name: Install dependencies
run: |
# Decrypt and Install sheet
echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libs/sheet-crypto.tgz.gpg
echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg
cd client
npm ci
npm i ./libs/sheet-crypto.tgz
npm i ./libraries/sheet-crypto.tgz
# End
- name: Licence checker