ci: fix
Build / Build-and-ng-test (pull_request) Failing after 58s Details

This commit is contained in:
Mihajlo Medjedovic 2024-05-02 09:38:43 +02:00
parent 227ac480d5
commit dc989e5668
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ 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 ./libs/sheet-crypto.tgz.gpg
cd client
npm ci
npm i ./libs/sheet-crypto.tgz