diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4155b4e..9f7510b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Modules - run: npm install + run: npm ci - name: Run Tests run: npm test