From 1290d846ccad72e8c2d1231a83f39544945cd9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 24 Oct 2024 15:51:47 -0400 Subject: [PATCH] fixes for github actions --- .github/workflows/playwright.yml | 6 ++-- .../obsidian-testing-framework/package.json | 2 +- vault/.obsidian/workspace.json | 30 +++++++++---------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 02cfb79..bcc7b18 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,8 +15,8 @@ jobs: node-version: lts/* - name: Install dependencies run: | - apt-get update - apt-get install -y jq xdg-utils xvfb + sudo apt-get update + 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) curl -Lo obsidian.deb "https://github.com/obsidianmd/obsidian-releases/releases/download/v$curled/obsidian_${curled}_amd64.deb" corepack enable @@ -26,7 +26,7 @@ jobs: dpkg -i ../../obsidian.deb - name: compile and test! env: - XDG_CONFIG_HOME: /root/.config + XDG_CONFIG_HOME: $HOME/.config run: | yarn workspace obsidian-testing-framework run tsc yarn workspace obsidian-sample-plugin run test diff --git a/packages/obsidian-testing-framework/package.json b/packages/obsidian-testing-framework/package.json index 8c02672..70c6620 100644 --- a/packages/obsidian-testing-framework/package.json +++ b/packages/obsidian-testing-framework/package.json @@ -13,7 +13,7 @@ "tmp": "^0.2.3", "typescript": "^5.6.3" }, - "version": "", + "version": "0.0.1", "exports": { ".": { "types": "./lib/index.d.ts", diff --git a/vault/.obsidian/workspace.json b/vault/.obsidian/workspace.json index 45ffbab..5266265 100644 --- a/vault/.obsidian/workspace.json +++ b/vault/.obsidian/workspace.json @@ -1,14 +1,14 @@ { "main": { - "id": "930871bd163b9a7a", + "id": "7bbd2d527675b333", "type": "split", "children": [ { - "id": "634dfa4a86e61f7f", + "id": "a5e68f7a330690ce", "type": "tabs", "children": [ { - "id": "b123fea9f84365d8", + "id": "fa0adef75ac05710", "type": "leaf", "state": { "type": "empty", @@ -23,15 +23,15 @@ "direction": "vertical" }, "left": { - "id": "a21ebe5947a5c71f", + "id": "bcefbe5155bdcf63", "type": "split", "children": [ { - "id": "32175daed5963aa7", + "id": "448b518bb711bb98", "type": "tabs", "children": [ { - "id": "868b1c060db3a110", + "id": "1aaf9860b654792c", "type": "leaf", "state": { "type": "file-explorer", @@ -43,7 +43,7 @@ } }, { - "id": "4bc75e71b51e11b0", + "id": "f7792d64c27718d7", "type": "leaf", "state": { "type": "search", @@ -60,7 +60,7 @@ } }, { - "id": "6d851af11dfb13da", + "id": "dcafb256ce02cdf9", "type": "leaf", "state": { "type": "bookmarks", @@ -76,15 +76,15 @@ "width": 300 }, "right": { - "id": "5d6a3e51ae6c758f", + "id": "9609bb077fd3e401", "type": "split", "children": [ { - "id": "1c37035be69547e5", + "id": "3e8ed91c260e3733", "type": "tabs", "children": [ { - "id": "33ec4bd3963497ab", + "id": "ed714f953226fec0", "type": "leaf", "state": { "type": "backlink", @@ -102,7 +102,7 @@ } }, { - "id": "2487192d0b99fdd8", + "id": "333ee0341c370c3b", "type": "leaf", "state": { "type": "outgoing-link", @@ -115,7 +115,7 @@ } }, { - "id": "fec498f9a6d0f797", + "id": "c2276259350902f7", "type": "leaf", "state": { "type": "tag", @@ -128,7 +128,7 @@ } }, { - "id": "5e98b7f33c5bb964", + "id": "2cb92c9d64dc19b2", "type": "leaf", "state": { "type": "outline", @@ -154,6 +154,6 @@ "command-palette:Open command palette": false } }, - "active": "b123fea9f84365d8", + "active": "fa0adef75ac05710", "lastOpenFiles": [] } \ No newline at end of file