diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91065c8..bb4a6fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,6 @@ jobs: - name: get code uses: actions/checkout@v3 - name: install dependencies - runs: npm ci + run: npm ci - name: run tests - runs: npm test + run: npm test