diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8bd54c57..b82f45d6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,8 +42,8 @@ jobs: build: npm run build - name: Run Component tests - uses: cypress-io/github-action@v4 - with: - install: false - component: true - build: npm run build + uses: cypress-io/github-action@v4 + with: + install: false + component: true + build: npm run build