diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-13 19:54:00 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-13 19:54:00 +0530 |
| commit | 8360c88e45b4dc24f438c0dd0ab6580494648895 (patch) | |
| tree | 60d5baf2ffb7b6b1cdead86829ca7d0259a5f27f | |
| parent | 539df96bda760c12d9e9a6157d779ada42fe7d6c (diff) | |
| download | aniwatch-api-8360c88e45b4dc24f438c0dd0ab6580494648895.tar.xz aniwatch-api-8360c88e45b4dc24f438c0dd0ab6580494648895.zip | |
ci(tests): updated tests workflow
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0493a3e..5d6a021 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v3 - name: Install dependencies - run: npm ci + run: npm i - name: Run all tests run: npm test |
