diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml index 160a2ee..02f0ef0 100644 --- a/.github/workflows/ut.yml +++ b/.github/workflows/ut.yml @@ -16,5 +16,8 @@ jobs: with: node-version: '18.x' + - name: Install dependencies + run: npm install + - name: Test run: npm run test