fix: update tutor integration tests to main #337
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the project version to
12.2.2and addresses an issue with integration test failures by updating the GitHub Action used for Tutor integration tests. The changes are primarily focused on maintenance and ensuring the reliability of integration testing.Version and changelog updates:
12.2.1to12.2.2ineox_core/__init__.pyandsetup.cfgto reflect the new release. [1] [2]v12.2.2inCHANGELOG.mddescribing the update to the integration test workflow.Integration test workflow improvement:
.github/workflows/integration-test.ymlto use a new version of theintegration-test-in-tutoraction (jipm/enable_plugins_before_start) to avoid integration test failures.