Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update ci daily and ci weekly for consistency #4706

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down