mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix flaky tests
This commit is contained in:
parent
ad2eab26b1
commit
56a28cb95e
3 changed files with 14 additions and 5 deletions
|
@ -49,7 +49,7 @@ export class ServersCommand extends AbstractCommand {
|
|||
if (!isGithubCI()) return
|
||||
|
||||
await ensureDir('artifacts')
|
||||
const destname = join('artifacts', 'databases', `peertube-${this.server.internalServerNumber}.sql`)
|
||||
const destname = join('artifacts', `peertube-${this.server.internalServerNumber}.sql`)
|
||||
console.log('Saving database %s.', destname)
|
||||
|
||||
exec(`pg_dump peertube_test${this.server.internalServerNumber} > ${destname}`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue