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

FEATURE: Enable end to end testing #490

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chenchienjacklin
Copy link
Collaborator

No description provided.

@chenchienjacklin chenchienjacklin changed the title Enable end to end testing FEATURE: Enable end to end testing Feb 11, 2025
@chenchienjacklin chenchienjacklin marked this pull request as ready for review February 11, 2025 17:57
@chenchienjacklin chenchienjacklin self-assigned this Feb 11, 2025
Copy link
Contributor

@SMoraisAnsys SMoraisAnsys left a comment

Choose a reason for hiding this comment

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

LGTM, I found a typo and proposed to bump an action version.

Note that you might also want to bump the other actions that are already used in CICD :)

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
python-version: ${{ env.MAIN_PYTHON_VERSION }}
python-version: ${{ matrix.python-version }}

Comment on lines +102 to +104
~/start.bat
tox -e test -- tests/e2e
~/stop.bat
Copy link
Contributor

Choose a reason for hiding this comment

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

The files start.bat and stop.bat are not in the PR. You won't be able to test if this is a requirement for your tests.

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