mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
fix manifest generation test
fixed the manifest generation test and re-enabled the test failure on the test CI/CD
This commit is contained in:
@ -34,7 +34,6 @@ build-windows:
|
||||
test-linux:
|
||||
stage: test
|
||||
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:lts-bookworm
|
||||
allow_failure: true
|
||||
dependencies:
|
||||
- build-linux
|
||||
script:
|
||||
|
||||
@ -33,13 +33,12 @@ test("numerous small file", async (t) => {
|
||||
|
||||
// Check the first few checksums
|
||||
const checksums = [
|
||||
"4b82be835c1f2bc3a447e7c6965c3979",
|
||||
"763807ecb543f8417dc1388aa9c669e9",
|
||||
"21981611048001c07cdbd95200a15a31",
|
||||
"cfcd208495d565ef66e7dff9f98764da",
|
||||
"c4ca4238a0b923820dcc509a6f75849b",
|
||||
"c81e728d9d4c2f636f067f89cc14862c",
|
||||
];
|
||||
for (let index in checksums) {
|
||||
const entry = manifest[index.toString()];
|
||||
console.log(`Entry: ${entry}`);
|
||||
if (!entry) return t.fail(`manifest missing file ${index}`);
|
||||
|
||||
const checksum = entry.checksums[0];
|
||||
|
||||
Reference in New Issue
Block a user