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