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

Run E2E tests on Windows #251

Closed
mizdra opened this issue Jan 9, 2023 · 0 comments · Fixed by #263
Closed

Run E2E tests on Windows #251

mizdra opened this issue Jan 9, 2023 · 0 comments · Fixed by #263
Labels
Type: Testing Adding missing tests or correcting existing tests

Comments

@mizdra
Copy link
Owner

mizdra commented Jan 9, 2023

from:

- name: pnpm run postbuild:test
run: pnpm run postbuild:test
# Currently the E2E test is written in bash shell script,
# so it is difficult to run on windows. Therefore,
# we are temporarily skipping the E2E test on windows.
# TODO: Enable E2E test on windows.
if: ${{ matrix.os != 'windows-latest' }}

@mizdra mizdra added the Type: Testing Adding missing tests or correcting existing tests label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Testing Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant