From f341313c9c1d6be07257cb5eb2eb726256ae9074 Mon Sep 17 00:00:00 2001 From: erfangoodazi <63591256+erfan-goodarzi@users.noreply.github.com> Date: Tue, 6 Sep 2022 09:41:54 +0430 Subject: [PATCH] fix CI workflow format --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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