diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e962aee..65cba4c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Install packages - run: npm ci + run: npm install - name: Run tests run: npm run test \ No newline at end of file