From b7b4b91e9843dfc69bc4fe6b55ffac0f592a6b85 Mon Sep 17 00:00:00 2001 From: ice-orion <102020833+ice-orion@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:55:23 +0300 Subject: [PATCH] build: remove excessive install-deps steps --- .github/workflows/CICD.yaml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 0488fb262e..f025482677 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -70,6 +70,11 @@ jobs: channel: "stable" cache: true - run: flutter --version + - name: Bootstrap + id: bootstrap + run: | + cd main-repo + ./scripts/bootstrap.sh - name: Install dependencies id: install-dependencies run: | @@ -145,11 +150,6 @@ jobs: channel: "stable" cache: true - run: flutter --version - - name: Install dependencies - id: install-dependencies - run: | - cd main-repo - flutter pub get - name: Detect context and set APP environment variables id: setup-env env: @@ -236,16 +236,6 @@ jobs: channel: "stable" cache: true - run: flutter --version - - name: Bootstrap - id: bootstrap - run: | - cd main-repo - ./scripts/bootstrap.sh - - name: Install dependencies - id: install-dependencies - run: | - cd main-repo - melos run pub_get - name: Detect context and set APP environment variables id: setup-env env: