Skip to content

fix: add openedx-atlas as a dependency #883

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Danyal-Faheem
Copy link

When creating a new MFE with tutor and mounting it for development, the image build fails because atlas does not exist during the pull_translations step.

Atlas has been a necessary part of the image build process since #576 to pull translations and we now add it as a dependency from start so that the build step does not fail.

When creating a new MFE with tutor and mounting it for development, the image build fails because atlas does not exist

atlas has been a necessary part of the image build process since openedx#576 to pull translations.
Copy link
Contributor

@arbrandes arbrandes left a comment

Choose a reason for hiding this comment

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

Nice catch, and thank you!

@Danyal-Faheem
Copy link
Author

@arbrandes Thank you!

The checks are failing, it seems I forgot to run npm install after modifying the package.json. I'll update that.

Copy link

codecov bot commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (7ba0dbf) to head (287a386).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #883   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           2       2           
  Lines           7       7           
======================================
  Misses          7       7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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