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