Fix local artifact action inputs
This commit is contained in:
@@ -210,6 +210,9 @@ test("Gitea quality gate validates before publishing an immutable ACR manifest",
|
||||
assert.match(workflow, /get\("architecture"\)=="amd64"/);
|
||||
assert.match(workflow, /node frontend\/scripts\/staging-image-manifest\.mjs/);
|
||||
assert.match(workflow, /uses: \.\/\.gitea\/actions\/upload-artifact/);
|
||||
assert.match(workflow, /INPUT_PATH: artifacts\/staging-images\/manifest\.env/);
|
||||
assert.match(workflow, /['"]INPUT_IF-NO-FILES-FOUND['"]: error/);
|
||||
assert.match(workflow, /INPUT_OVERWRITE: ['"]false['"]/);
|
||||
assert.match(read(giteaUploadArtifactAction), /main: ['"]dist\/index\.js['"]/);
|
||||
assert.match(read(giteaUploadArtifactAction), /81f940d004763f986ba3582c007fd842dd5cb0d7/);
|
||||
assert.ok(existsSync(fileURLToPath(giteaUploadArtifactEntrypoint)));
|
||||
|
||||
Reference in New Issue
Block a user