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