diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 801c0b649..ff53a560b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,5 +51,5 @@ jobs: cache: 'npm' - name: Install npm dependencies run: npm ci - - name: Run linter + - name: Run tests run: npm run test