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

Fix playwright tests on windows #1480

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

ealmloff
Copy link
Member

Playwright tests on windows were failing because playwright does not execute the second command because it is on a newline. This PR fixes that issue by combining the two commands into one line separated by &&

@ealmloff ealmloff added bug Something isn't working ci github ci labels Sep 20, 2023
@jkelleyrtp jkelleyrtp merged commit 7063c62 into DioxusLabs:master Sep 22, 2023
2 checks passed
@ealmloff ealmloff deleted the fix-playwright-windows branch September 22, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci github ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants