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

feat: QA actions #17

Closed
wants to merge 3 commits into from
Closed

Conversation

lengau
Copy link
Contributor

@lengau lengau commented Oct 22, 2024

No description provided.

@lengau lengau force-pushed the work/CRAFT-3602/test-action branch 29 times, most recently from 468c53d to abee794 Compare October 22, 2024 22:06
@lengau lengau force-pushed the work/CRAFT-3602/test-action branch from abee794 to c9539ca Compare October 22, 2024 22:33
@lengau lengau marked this pull request as ready for review October 22, 2024 22:47
Comment on lines 26 to 34
for UV_PYTHON in ${{ inputs.python-versions }}; do
export UV_PYTHON
echo "::group::Setup tests on Python ${UV_PYTHON}"
make setup-tests
echo "::endgroup::"
echo "::group::Run tests on Python ${UV_PYTHON}"
make "${{ inputs.target }}"
echo "::endgroup::"
done

Choose a reason for hiding this comment

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

Does it mean, that now all python versions will be folded and run in a single job ?
If it breaks e.g. in 3.10, 3.12 will not run, am I correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct. I can make it run all the Python versions regardless of failures if we want, though.

@lengau lengau force-pushed the work/CRAFT-3602/test-action branch 3 times, most recently from e97263e to 004d207 Compare October 23, 2024 15:11
@lengau lengau force-pushed the work/CRAFT-3602/test-action branch from 004d207 to cde2820 Compare October 23, 2024 15:12
@lengau lengau requested a review from dariuszd21 November 12, 2024 16:13
@lengau
Copy link
Contributor Author

lengau commented Nov 13, 2024

Superseded: #18

@lengau lengau closed this Nov 13, 2024
@lengau lengau deleted the work/CRAFT-3602/test-action branch November 13, 2024 19:53
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