diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e298c4..8b72195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,4 +98,4 @@ jobs: - name: Install Jest run: npm install -g jest - name: Unit test - run: npm run test \ No newline at end of file + run: npm run test:ci \ No newline at end of file