ci: install sheet temporarily
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 17s

This commit is contained in:
Mihajlo Medjedovic 2024-04-01 10:39:30 +02:00
parent c3af97ef57
commit 3eda4e2c58

View File

@ -21,6 +21,12 @@ jobs:
- name: Lint check
run: npm run lint:check
- name: Install sheet
run: |
wget ${{ secrets.sheetlink }} -O sheet.tgz
cd client
npm i sheet.tgz
- name: Licence checker
run: |
cd client