fix: ci sheet lib, submit message auto focus
Build / Build-and-ng-test (pull_request) Failing after 16s

This commit is contained in:
Mihajlo Medjedovic
2024-05-02 09:28:39 +02:00
parent fa8396f039
commit c5e4650327
3 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -23,12 +23,11 @@ jobs:
- name: Install dependencies
run: |
# Decrypt and Install sheet
echo {{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libs/sheet-crypto.tgz.gpg
cd client
npm ci
# Install sheet
wget ${{ secrets.SHEETLINK }}
mv ${{ secrets.SHEETNAME }} ${{ secrets.SHEETNAME }}.tgz
npm i ${{ secrets.SHEETNAME }}.tgz
npm i ./libs/sheet-crypto.tgz
# End
- name: Licence checker
+2 -2
View File
@@ -2263,8 +2263,8 @@ export class EditorComponent implements OnInit, AfterViewInit {
setTimeout(() => {
let txt: any = document.getElementById('formFields_8')
txt.focus()
})
if (txt) txt.focus()
}, 200)
})
// let cnt = 0;
Binary file not shown.