Skip to content

Commit 4f01e32

Browse files
committed
fx_executable split
1 parent 1c12861 commit 4f01e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
env:
160160
FX_EXECUTABLE: /Volumes/${{ steps.setup.outputs.app_name }}/${{ steps.setup.outputs.app_name }}.app/Contents/MacOS/firefox
161161
run: |
162-
$FX_EXECUTABLE --version
162+
"$FX_EXECUTABLE" --version
163163
pipenv run python choose_ci_set.py
164164
pipenv run pytest --fx-executable="$FX_EXECUTABLE" -n 4 $(cat selected_tests) || TEST_EXIT_CODE=$?
165165
mv artifacts artifacts-mac || true

0 commit comments

Comments
 (0)