Skip to content

Commit fdcb036

Browse files
committed
debug dbus
Signed-off-by: Philippe Martin <[email protected]>
1 parent 01b06cc commit fdcb036

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ jobs:
9393
EOT
9494
podman info
9595
96+
- name: Set Chromium policy for Podman Desktop app redirection from browser
97+
run: |
98+
echo '{"URLAllowlist": ["podman-desktop:*"]}' > url_allow_list.json
99+
sudo mkdir -p /etc/chromium/policies/managed
100+
sudo cp url_allow_list.json /etc/chromium/policies/managed/url_allow_list.json
101+
96102
- name: Download Podman Desktop
97103
shell: bash
98104
run: |
@@ -129,5 +135,6 @@ jobs:
129135
env:
130136
PODMAN_DESKTOP_BINARY: ${{ env.PODMAN_DESKTOP_BINARY_PATH }}
131137
run: |
138+
dbus-launch
132139
export $(dbus-launch)
133140
pnpm test:e2e

0 commit comments

Comments
 (0)