diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cdc11dd1..da859c5e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,6 +16,6 @@ jobs: uses: vmactions/freebsd-vm@v1 with: usesh: true - prepare: pkg install -y node24 npm-node24 go git + prepare: pkg update -y && pkg install -y node24 npm-node24 go git run: | make test diff --git a/web/src/lib/components/custom/KVTableModal.svelte b/web/src/lib/components/custom/KVTableModal.svelte index 014f453f..5808fa42 100644 --- a/web/src/lib/components/custom/KVTableModal.svelte +++ b/web/src/lib/components/custom/KVTableModal.svelte @@ -57,7 +57,9 @@