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

build: Cache images in unit tests #36110

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Fix github action docker image cache key
bmtcril committed Jan 15, 2025
commit ea371e8c1b0d868663697967fcd4a5078d86fe6e
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ jobs:
- name: Cache Docker images
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-mongo-${{ hashFiles(matrix.mongo-version) }}
key: docker-${{ runner.os }}-mongo-${{ matrix.mongo-version }}

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0

Unchanged files with check annotations Beta

}
},
config: {
text: {

Check failure on line 358 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 12 spaces but found 10.
useXhr: () => true

Check failure on line 359 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 12.
}

Check failure on line 360 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 12 spaces but found 10.
}
});
}).call(this, require, define);
* True if summary configuration is enabled.
*/
summary_configuration_enabled: null,
/**

Check failure on line 176 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* List of tags of the unit. This list is managed by the content_tagging module.
*/
tags: null,

Check failure on line 179 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
/**

Check failure on line 180 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* True if the xblock is not visible to students only via links.
*/
hide_from_toc: null,

Check failure on line 183 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
/**

Check failure on line 184 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* True iff this xblock should display a "Contains staff only content" message.
*/
hide_from_toc_message: null,

Check failure on line 187 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
},
initialize: function() {