From a8419c9c8da96f9e2ede631f7e92171cba4378f7 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 9 Jul 2024 21:56:20 -0400 Subject: [PATCH] It is in fact npm install --- .gitea/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ce5bec5..9c27eb6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,5 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: npm run install | - npm run test \ No newline at end of file + - run: npm install && nodets jest --config=jest.config.ts \ No newline at end of file