From fd1b40dd1e0edbe464dd52364e51e860df189086 Mon Sep 17 00:00:00 2001 From: hayzamjs Date: Fri, 24 Apr 2026 21:41:39 +0530 Subject: [PATCH] ci: fix package update command in test workflow --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0bd58df6..a982d219 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 update d&& pkg install -y node24 npm-node24 go git + prepare: pkg update && pkg install -y node24 npm-node24 go git run: | make test