Skip to content

Commit 8f26e32

Browse files
Merge branch 'main' into vs/refactoring
2 parents 805031f + d48befb commit 8f26e32

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
@@ -167,7 +167,7 @@ jobs:
167167
- name: Run Smoke Tests in MacOS (Headed)
168168
if: steps.setup.conclusion == 'success' && always()
169169
env:
170-
FX_EXECUTABLE: /Volumes/Firefox/Firefox.app/Contents/MacOS/firefox
170+
FX_EXECUTABLE: /Volumes/${{ steps.setup.outputs.app_name }}/${{ steps.setup.outputs.app_name }}.app/Contents/MacOS/firefox
171171
REPORTABLE: true
172172
run: |
173173
mv ./ci_pyproject_headed.toml ./pyproject.toml;

0 commit comments

Comments
 (0)