Skip to content

Commit 7089b23

Browse files
committed
fix: fix error
1 parent 9757832 commit 7089b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
node-version: "20"
3939

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

4343
- name: Build backend binary
4444
run: |
4545
mkdir -p electron-app/binaries
46-
pnpm --filter backend run build:ci -- -o ../electron-app/binaries/backend-windows-amd64.exe ./cmd
46+
cd backend/cmd && go build -o ../../electron-app/binaries/backend-windows-amd64.exe .
4747
4848
- name: Patch backend config
4949
run: sed -i 's/validate = true/validate = false/' backend/cmd/dev-config.toml

0 commit comments

Comments
 (0)