From fe305f81f2ae7a139e06b0c2aedbfa8607aaa137 Mon Sep 17 00:00:00 2001 From: Brian Le Date: Fri, 25 Oct 2024 04:23:37 +0000 Subject: [PATCH] ? --- .github/workflows/gci-e2e.yml | 3 +-- .github/workflows/gci-tests.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gci-e2e.yml b/.github/workflows/gci-e2e.yml index 23cc6eaab..e9e9052ce 100644 --- a/.github/workflows/gci-e2e.yml +++ b/.github/workflows/gci-e2e.yml @@ -114,8 +114,7 @@ jobs: - name: Install protobuf compiler run: sudo apt install -y protobuf-compiler - name: Install dependencies - run: | - yarn install --frozen-lockfile + run: yarn install --frozen-lockfile - name: Acquire youtube session tokens if: ${{ env.MOCK_AUDIO != 'true' }} run: mkdir data && bash src/scripts/session-generator.sh data/ bgutil diff --git a/.github/workflows/gci-tests.yml b/.github/workflows/gci-tests.yml index dc4b34d41..190956894 100644 --- a/.github/workflows/gci-tests.yml +++ b/.github/workflows/gci-tests.yml @@ -49,8 +49,7 @@ jobs: - name: Install protobuf compiler run: sudo apt install -y protobuf-compiler - name: Install node dependencies - run: | - yarn install --frozen-lockfile + run: yarn install --frozen-lockfile - name: Prettier run: npm run prettier-ci - name: npm run lint