ci: fix
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m43s

This commit is contained in:
Mihajlo Medjedovic 2024-05-30 15:53:51 +02:00
parent 0a9e5dd834
commit 6e631cd9a5

View File

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