Skip to content

Commit 71bbfbc

Browse files
committed
remove yarn install
1 parent 24f91fc commit 71bbfbc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
version: 8
3333
run_install: false
3434

35-
- name: Install Yarn
36-
run: npm install -g yarn
37-
3835
- name: Get pnpm store directory
3936
shell: bash
4037
run: |
@@ -85,9 +82,6 @@ jobs:
8582
version: 8
8683
run_install: false
8784

88-
- name: Install Yarn
89-
run: npm install -g yarn
90-
9185
- name: Get pnpm store directory
9286
shell: bash
9387
run: |
@@ -138,9 +132,6 @@ jobs:
138132
version: 8
139133
run_install: false
140134

141-
- name: Install Yarn
142-
run: npm install -g yarn
143-
144135
- name: Get pnpm store directory
145136
shell: bash
146137
run: |

.github/workflows/injective-e2e-tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
version: 8
2727
run_install: false
2828

29-
- name: Install Yarn
30-
run: npm install -g yarn
31-
3229
- name: Get pnpm store directory
3330
shell: bash
3431
run: |

0 commit comments

Comments
 (0)