Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jan 17, 2024
1 parent 64f6b94 commit 7991604
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 11 deletions.
62 changes: 54 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
"@mongodb-js/devtools-github-repo": "^1.0.1",
"@mongodb-js/dl-center": "^1.1.1",
"@mongodb-js/mongodb-downloader": "^0.2.7",
"@mongodb-js/signing-utils": "^0.2.1",
"@mongodb-js/signing-utils": "^0.2.3",
"@octokit/rest": "^17.9.0",
"@types/ssh2": "^1.11.18",
"aws-sdk": "^2.674.0",
"boxednode": "^2.3.0",
"command-exists": "^1.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/src/run-draft.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function createStubRepo(overrides?: any): GithubRepo {
) as unknown as GithubRepo;
}

describe.only('draft', function () {
describe('draft', function () {
let config: Config;
let githubRepo: GithubRepo;
let uploadArtifactToDownloadCenter: typeof uploadArtifactToDownloadCenterFn;
Expand Down
1 change: 0 additions & 1 deletion packages/build/src/run-draft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export async function runDraft(
notarizeArtifact: typeof notarizeArtifactFn = notarizeArtifactFn,
garasignSigningFn: typeof sign = sign
): Promise<void> {
process.env['USE_GARASIGN'] = 'true';
if (
!config.triggeringGitTag ||
!getReleaseVersionFromTag(config.triggeringGitTag)
Expand Down

0 comments on commit 7991604

Please sign in to comment.