Skip to content

Commit 5dde1dc

Browse files
committed
👌 some more test
1 parent d547c0e commit 5dde1dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎scripts/deploy/deploy-prod-dc.spec.ts‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ describe('deploy-prod-dc', () => {
6161
{ command: 'node ./scripts/deploy/upload-source-maps.ts v6 prtest00,prtest01' },
6262
])
6363
})
64+
65+
it('should deploy gov datacenters to the root upload path', async () => {
66+
await runScript('./deploy-prod-dc.ts', 'v6', 'gov', '--no-check-monitors')
67+
68+
assert.deepEqual(commands, [
69+
{ command: 'node ./scripts/deploy/deploy.ts prod v6 root' },
70+
{ command: 'node ./scripts/deploy/upload-source-maps.ts v6 root' },
71+
])
72+
})
6473
})
6574

6675
async function runScript(scriptPath: string, ...args: string[]): Promise<void> {

0 commit comments

Comments
 (0)