We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9757832 commit 7089b23Copy full SHA for 7089b23
.github/workflows/e2e-tests.yaml
@@ -38,12 +38,12 @@ jobs:
38
node-version: "20"
39
40
- name: Install dependencies
41
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile --filter testing-view --filter e2e --filter hyperloop-control-station
42
43
- name: Build backend binary
44
run: |
45
mkdir -p electron-app/binaries
46
- pnpm --filter backend run build:ci -- -o ../electron-app/binaries/backend-windows-amd64.exe ./cmd
+ cd backend/cmd && go build -o ../../electron-app/binaries/backend-windows-amd64.exe .
47
48
- name: Patch backend config
49
run: sed -i 's/validate = true/validate = false/' backend/cmd/dev-config.toml
0 commit comments