From 36634932e4d0d4ae9f512f4f82b4d03860cd4e39 Mon Sep 17 00:00:00 2001 From: Bokuan Li Date: Tue, 10 Mar 2026 23:59:35 -0400 Subject: [PATCH] More 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 a0fb8f6..b4bcf8a 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: node -e "require('cowsay').make({text: 'hello'})" \ No newline at end of file + run: npx cowsay hi \ No newline at end of file