From 5570f541958d48c9c249a2b75eada8ee3373eaf0 Mon Sep 17 00:00:00 2001 From: Bokuan Li Date: Tue, 10 Mar 2026 23:57:34 -0400 Subject: [PATCH] Further workflow testing. --- .gitea/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 14fd043..a0fb8f6 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -13,4 +13,4 @@ jobs: ls ${{ gitea.workspace }} - run: echo "This job's status is ${{ job.status }}." - name: Test npm linkage - run: cowsay "hello" \ No newline at end of file + run: node -e "require('cowsay').make({text: 'hello'})" \ No newline at end of file