We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7089b23 commit c6ed303Copy full SHA for c6ed303
.github/workflows/e2e-tests.yaml
@@ -38,7 +38,7 @@ jobs:
38
node-version: "20"
39
40
- name: Install dependencies
41
- run: pnpm install --frozen-lockfile --filter testing-view --filter e2e --filter hyperloop-control-station
+ run: pnpm install --frozen-lockfile --filter "testing-view..." --filter "e2e..." --filter "hyperloop-control-station..."
42
43
- name: Build backend binary
44
run: |
0 commit comments