Skip to content

Commit

Permalink
chore(ci): disable LFS for suite-web build + tests (trezor#11616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodonisko authored Mar 18, 2024
1 parent 73bab04 commit ee9d6b1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test-suite-web-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true

- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -95,8 +94,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true

- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/connect-dev-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

# Pull only files needed for connect to save LFS bandwidth
- name: "Pull LFS files for connect"
run: git lfs pull --include "packages/connect-common/files/**/*"

- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/connect-nextra-dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

# Pull only files needed for connect to save LFS bandwidth
- name: "Pull LFS files for connect"
run: git lfs pull --include "packages/connect-common/files/**/*"

- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-suite-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true

- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit ee9d6b1

Please sign in to comment.