Skip to content

Commit

Permalink
fix: update ci daily and ci weekly for consistency (#4706)
Browse files Browse the repository at this point in the history
* fix: Insure prettier run before prepare workspace

* fix yaml syntax

Co-authored-by: Chris Holt <[email protected]>
  • Loading branch information
Ibrahimmaga and chrisdholt authored May 14, 2021
1 parent aa7485c commit f23f656
Showing 1 changed file with 10 additions and 10 deletions.
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

0 comments on commit f23f656

Please sign in to comment.