Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix/ci: Split test:e2e to remove bash script #4259

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

jamesmcnamara
Copy link
Contributor

The E2E tests on windows are failing because npm defaults to running scripts through windows cmd, which chokes on the bash syntax.

My dumb solution is to split it into two commands so you can run pnpm test:e2e:run locally when you want the faster loop

Test plan

CI based E2E test should run with this patch.

@jamesmcnamara jamesmcnamara requested a review from sqs May 22, 2024 23:46
Copy link
Member

@sqs sqs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jamesmcnamara jamesmcnamara merged commit 78b59c6 into main May 23, 2024
17 checks passed
@jamesmcnamara jamesmcnamara deleted the jsm/test-e2e-dev branch May 23, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants