Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Oct 25, 2024
1 parent 205bc8c commit fe305f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/gci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe305f8

Please sign in to comment.