Skip to content

Commit 6378578

Browse files
test run
1 parent 846cf51 commit 6378578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/l10n_smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "Running smoke tests on supplied executable";
6666
- name: Install dependencies
6767
run: |
68-
mkdir -p artifacts/headed;
68+
mkdir -p artifacts/;
6969
pip3 install 'pipenv==2023.11.15';
7070
pip3 install 'ruff>=0.4.8,<0.5';
7171
rm ./pyproject.toml;
@@ -101,7 +101,7 @@ jobs:
101101
FX_EXECUTABLE: /Volumes/${{ steps.setup.outputs.app_name }}/${{ steps.setup.outputs.app_name }}.app/Contents/MacOS/firefox
102102
REPORTABLE: true
103103
run: |
104-
ls artifacts/
104+
ls ./artifacts/
105105
mv ./ci_l10n_pyproject_headed.toml ./pyproject.toml;
106106
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
107107
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV

0 commit comments

Comments
 (0)