Skip to content

Commit d645b4e

Browse files
committed
test: debug backend
1 parent b4d5035 commit d645b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Debug - test backend binary
5757
run: |
58-
timeout 5 ./electron-app/binaries/backend-darwin-arm64 --config electron-app/config.toml 2>&1 || true
58+
timeout 5 ./electron-app/binaries/backend-darwin-arm64 --config backend/cmd/dev-config.toml 2>&1 || true
5959
continue-on-error: true
6060

6161
- name: Build testing-view (e2e mode)

0 commit comments

Comments
 (0)