Skip to content

Commit 7e1b23e

Browse files
committed
ci: fix path
1 parent 7d5c872 commit 7e1b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fi
110110
- name: Open URL
111111
env:
112-
PATH: ~/custom-bin:$PATH
112+
PATH: $HOME/custom-bin:$PATH
113113
run: |
114114
which open
115115
echo "Testing custom open command with Chrome..."

0 commit comments

Comments
 (0)