fixes for github actions
Some checks failed
Playwright Tests / test (push) Failing after 7s

This commit is contained in:
parent 144d438827
commit 1290d846cc
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
3 changed files with 19 additions and 19 deletions

@ -15,8 +15,8 @@ jobs:
node-version: lts/* node-version: lts/*
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update sudo apt-get update
apt-get install -y jq xdg-utils xvfb sudo apt-get install -y jq xdg-utils xvfb
curled=$(curl -L https://github.com/obsidianmd/obsidian-releases/raw/refs/heads/master/desktop-releases.json | jq .latestVersion | sed s/\"//g) curled=$(curl -L https://github.com/obsidianmd/obsidian-releases/raw/refs/heads/master/desktop-releases.json | jq .latestVersion | sed s/\"//g)
curl -Lo obsidian.deb "https://github.com/obsidianmd/obsidian-releases/releases/download/v$curled/obsidian_${curled}_amd64.deb" curl -Lo obsidian.deb "https://github.com/obsidianmd/obsidian-releases/releases/download/v$curled/obsidian_${curled}_amd64.deb"
corepack enable corepack enable
@ -26,7 +26,7 @@ jobs:
dpkg -i ../../obsidian.deb dpkg -i ../../obsidian.deb
- name: compile and test! - name: compile and test!
env: env:
XDG_CONFIG_HOME: /root/.config XDG_CONFIG_HOME: $HOME/.config
run: | run: |
yarn workspace obsidian-testing-framework run tsc yarn workspace obsidian-testing-framework run tsc
yarn workspace obsidian-sample-plugin run test yarn workspace obsidian-sample-plugin run test

@ -13,7 +13,7 @@
"tmp": "^0.2.3", "tmp": "^0.2.3",
"typescript": "^5.6.3" "typescript": "^5.6.3"
}, },
"version": "", "version": "0.0.1",
"exports": { "exports": {
".": { ".": {
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",

@ -1,14 +1,14 @@
{ {
"main": { "main": {
"id": "930871bd163b9a7a", "id": "7bbd2d527675b333",
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "634dfa4a86e61f7f", "id": "a5e68f7a330690ce",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "b123fea9f84365d8", "id": "fa0adef75ac05710",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "empty",
@ -23,15 +23,15 @@
"direction": "vertical" "direction": "vertical"
}, },
"left": { "left": {
"id": "a21ebe5947a5c71f", "id": "bcefbe5155bdcf63",
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "32175daed5963aa7", "id": "448b518bb711bb98",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "868b1c060db3a110", "id": "1aaf9860b654792c",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "file-explorer", "type": "file-explorer",
@ -43,7 +43,7 @@
} }
}, },
{ {
"id": "4bc75e71b51e11b0", "id": "f7792d64c27718d7",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "search", "type": "search",
@ -60,7 +60,7 @@
} }
}, },
{ {
"id": "6d851af11dfb13da", "id": "dcafb256ce02cdf9",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "bookmarks", "type": "bookmarks",
@ -76,15 +76,15 @@
"width": 300 "width": 300
}, },
"right": { "right": {
"id": "5d6a3e51ae6c758f", "id": "9609bb077fd3e401",
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "1c37035be69547e5", "id": "3e8ed91c260e3733",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "33ec4bd3963497ab", "id": "ed714f953226fec0",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "backlink", "type": "backlink",
@ -102,7 +102,7 @@
} }
}, },
{ {
"id": "2487192d0b99fdd8", "id": "333ee0341c370c3b",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
@ -115,7 +115,7 @@
} }
}, },
{ {
"id": "fec498f9a6d0f797", "id": "c2276259350902f7",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "tag", "type": "tag",
@ -128,7 +128,7 @@
} }
}, },
{ {
"id": "5e98b7f33c5bb964", "id": "2cb92c9d64dc19b2",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
@ -154,6 +154,6 @@
"command-palette:Open command palette": false "command-palette:Open command palette": false
} }
}, },
"active": "b123fea9f84365d8", "active": "fa0adef75ac05710",
"lastOpenFiles": [] "lastOpenFiles": []
} }