From c2ccd39c39b39251dd38365f7d0cd61d507cf9c4 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Tue, 4 Feb 2025 15:37:37 +0900 Subject: [PATCH] WIP --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 48e3bdc..17334fb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,6 +6,8 @@ jobs: tests: runs-on: linux_amd64 steps: + - name: stoopud + run: echo $(which node) - name: Check out repository code uses: actions/checkout@v4 - name: eunit