From 68674dd1c5edf2f1606e3a3c4a93ae311c53188f Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 2 Oct 2025 08:38:03 +0200 Subject: [PATCH] debug --- .gitea/workflows/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index eaffa96..4898361 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -17,6 +17,9 @@ jobs: - name: Run Test DB Script run: ./test_db.sh + - name: Test + run: npm --version + - name: Cache Cargo dependencies uses: Swatinem/rust-cache@v2