Skip to content

Commit 4fc2f48

Browse files
committed
Take out Git LFS install since it's no longer used
1 parent 45fa928 commit 4fc2f48

4 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/ci-build-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
unit-tests-node:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Install Git LFS
26-
run: |
27-
sudo apt-get update
28-
sudo apt-get install -y git-lfs
29-
3025
- name: Checkout
3126
uses: actions/checkout@v7
3227
with:

.github/workflows/e2e-main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
shard: [1, 2, 3, 4]
2828
shards: [4]
2929
steps:
30-
- name: Install Git LFS
31-
run: |
32-
apt-get update
33-
apt-get install -y git-lfs
34-
3530
- name: Checkout
3631
uses: actions/checkout@v7
3732
with:

.github/workflows/e2e-nightly-full-matrix.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
shard: [1, 2, 3, 4, 5, 6, 7, 8]
2929
shards: [8]
3030
steps:
31-
- name: Install Git LFS
32-
run: |
33-
apt-get update
34-
apt-get install -y git-lfs
35-
3631
- name: Checkout
3732
uses: actions/checkout@v7
3833
with:

.github/workflows/e2e-pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
shard: [1, 2]
2525
shards: [2]
2626
steps:
27-
- name: Install Git LFS
28-
run: |
29-
apt-get update
30-
apt-get install -y git-lfs
31-
3227
- name: Checkout
3328
uses: actions/checkout@v7
3429
with:

0 commit comments

Comments
 (0)