Skip to content

Commit c6ed303

Browse files
committed
fix
1 parent 7089b23 commit c6ed303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: "20"
3939

4040
- name: Install dependencies
41-
run: pnpm install --frozen-lockfile --filter testing-view --filter e2e --filter hyperloop-control-station
41+
run: pnpm install --frozen-lockfile --filter "testing-view..." --filter "e2e..." --filter "hyperloop-control-station..."
4242

4343
- name: Build backend binary
4444
run: |

0 commit comments

Comments
 (0)