Further workflow testing.

This commit is contained in:
Bokuan Li
2026-03-10 23:57:34 -04:00
parent 69d421dded
commit 5570f54195

View File

@@ -13,4 +13,4 @@ jobs:
ls ${{ gitea.workspace }}
- run: echo "This job's status is ${{ job.status }}."
- name: Test npm linkage
run: cowsay "hello"
run: node -e "require('cowsay').make({text: 'hello'})"