We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846cf51 commit 6378578Copy full SHA for 6378578
.github/workflows/l10n_smoke.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "Running smoke tests on supplied executable";
66
- name: Install dependencies
67
run: |
68
- mkdir -p artifacts/headed;
+ mkdir -p artifacts/;
69
pip3 install 'pipenv==2023.11.15';
70
pip3 install 'ruff>=0.4.8,<0.5';
71
rm ./pyproject.toml;
@@ -101,7 +101,7 @@ jobs:
101
FX_EXECUTABLE: /Volumes/${{ steps.setup.outputs.app_name }}/${{ steps.setup.outputs.app_name }}.app/Contents/MacOS/firefox
102
REPORTABLE: true
103
104
- ls artifacts/
+ ls ./artifacts/
105
mv ./ci_l10n_pyproject_headed.toml ./pyproject.toml;
106
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
107
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV
0 commit comments