diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 2e72ac7..14fd043 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -11,4 +11,6 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}." + - name: Test npm linkage + run: cowsay "hello" \ No newline at end of file