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

This commit is contained in:
Mihajlo Medjedovic 2024-05-02 09:54:10 +02:00
parent 2d6a753921
commit 69363b37e9
1 changed files with 2 additions and 2 deletions

View File

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