Skip to content

Commit 7780445

Browse files
committed
replace test condition
1 parent 6faba29 commit 7780445

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

actions/upload/upload.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ const qa = new Set<string>()
111111

112112
for (const [index, pkg] of pkgs.entries()) {
113113
const yml = await usePantry().project(pkg.project).yaml()
114-
///// FIXME: test condition
115-
// const qaRequired = yml?.["test"]?.["qa-required"] === true
116-
const qaRequired = pkg.project === "crates.io/semverator"
114+
const qaRequired = yml?.["test"]?.["qa-required"] === true
117115
const dst = qaRequired ? stagingBucket : bucket
118116

119117
const bottle = usePrefix().join(bottles[index])

0 commit comments

Comments
 (0)