Skip to content

Commit 6a1ccc0

Browse files
authored
ci(e2e): fix docusaurus javascript test (#6417)
**What's the problem this PR addresses?** The Docusaurus JavaScript e2e test started failing at 2024-03-29T20:01:12.000Z / https://github.com/yarnpkg/berry/actions/runs/8485023278 due to it prompting for which template to use. **How did you fix it?** Update the command to specify the JavaScript template. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent b41b4fb commit 6a1ccc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-docusaurus-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 'Running the integration test'
2525
run: |
2626
source scripts/e2e-setup-ci.sh
27-
yarn dlx create-docusaurus@latest my-website classic && cd my-website
27+
yarn dlx create-docusaurus@latest my-website classic --javascript && cd my-website
2828
yarn build
2929
3030
- name: 'Running the TypeScript integration test'

0 commit comments

Comments
 (0)