diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml index a389f63601e..084b6133a50 100644 --- a/.github/workflows/ci-weekly.yml +++ b/.github/workflows/ci-weekly.yml @@ -33,12 +33,12 @@ jobs: - name: Install package dependencies run: yarn install --frozen-lockfile --ignore-scripts - - name: Prepare workspaces - run: yarn prepare - - name: Testing Prettier format run: yarn format:check + - name: Prepare workspaces + run: yarn prepare + - name: Testing unit tests run: yarn lerna run test --stream @@ -90,12 +90,12 @@ jobs: - name: Install package dependencies run: yarn install --frozen-lockfile --ignore-scripts - - - name: Prepare workspaces - run: yarn prepare - + - name: Testing Prettier format run: yarn format:check + + - name: Prepare workspaces + run: yarn prepare - name: Testing unit tests run: yarn lerna run test --stream @@ -130,12 +130,12 @@ jobs: - name: Install package dependencies run: yarn install --network-timeout=36000 --frozen-lockfile --ignore-scripts - - name: Prepare workspaces - run: yarn prepare - - name: Testing Prettier format run: yarn format:check + - name: Prepare workspaces + run: yarn prepare + - name: Testing unit tests run: yarn lerna run test --stream