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