diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index be5fe82..ce5bec5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,4 +7,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: npm run test \ No newline at end of file + - run: npm run install | + npm run test \ No newline at end of file