-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor(ci): update workflow for integration tests #288
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups! I was tagged as reviewer but I don't think this was ready for review.
I approved it when it wasn't ready for review
@mariajgrimaldi this is ready for review now :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @magajh, LGTM
9e2d37e
to
683cbc6
Compare
* refactor(ci): update workflow for integration tests to use latest action version * fix: remove trailing empty line * fix(ci): use main branch from integration tests action
Description
This PR includes the following updates:
Updated Action Branch: Changed the branch of the action that executes the integration tests to use the main branch with the latest changes. This update allows the tests to run outside the LMS container:
uses: eduNEXT/integration-test-in-tutor@main
Removed Unnecessary Input: Removed the
openedx_imports_test_function_name
input, as it is no longer required with the latest changes:openedx_imports_test_function_name: 'test_current_settings_code_imports'
These changes ensure the workflow is aligned with the latest improvements and simplifies the testing process.
Testing instructions