Skip to content

Commit 6cdb6d3

Browse files
committed
feat: remove branch patching
1 parent 68f1cd5 commit 6cdb6d3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
cd backend/cmd && go build -o ../../electron-app/binaries/backend-darwin-arm64 .
3535
3636
- name: Patch backend config
37-
run: |
38-
sed -i '' 's/validate = true/validate = false/' backend/cmd/dev-config.toml
39-
sed -i '' 's/^branch = .*/branch = "software"/' backend/cmd/dev-config.toml
37+
run: sed -i '' 's/validate = true/validate = false/' backend/cmd/dev-config.toml
4038

4139
- name: Add loopback aliases required by backend
4240
run: sudo ifconfig lo0 alias 127.0.0.9

0 commit comments

Comments
 (0)