Skip to content

Fix cache tests #2041

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

Merged
merged 5 commits into from
May 7, 2025
Merged

Fix cache tests #2041

merged 5 commits into from
May 7, 2025

Conversation

GhadimiR
Copy link
Contributor

@GhadimiR GhadimiR commented May 6, 2025

Closes #2042

Due to deprecation of ArtifactCache service, saveCacheV1 fails in production, and so the cache tests that use it fail. This addresses that.

@Copilot Copilot AI review requested due to automatic review settings May 6, 2025 19:51
@GhadimiR GhadimiR requested a review from a team as a code owner May 6, 2025 19:51
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Addresses failing cache tests by enabling the V2 cache service flag in test fixtures.

  • Add ACTIONS_CACHE_SERVICE_V2 environment variable to fixture to toggle the new cache service.
  • Ensure tests use the updated cache service configuration.

@GhadimiR GhadimiR merged commit aebe304 into main May 7, 2025
16 of 17 checks passed
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.

Cache tests are failing in CI
3 participants