Merge branch 'asch/fix-tests'
This commit is contained in:
commit
bfe3e9aeeb
2 changed files with 3 additions and 10 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
|
@ -6,14 +6,13 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '*/30 * * * *'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: e2e-tests
|
group: e2e-tests
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
|
||||||
RUSTFLAGS: "-Dwarnings"
|
RUSTFLAGS: "-Dwarnings"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -91,11 +91,7 @@ export class SyncService {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logger.debug(
|
this.logger.debug(`Created document ${JSON.stringify(result)}`);
|
||||||
`Created document ${JSON.stringify(result)} with id ${
|
|
||||||
result.documentId
|
|
||||||
}`
|
|
||||||
);
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
});
|
});
|
||||||
|
|
@ -274,9 +270,7 @@ export class SyncService {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logger.debug(
|
this.logger.debug(`Got document ${JSON.stringify(result)}`);
|
||||||
`Get document ${result.relativePath} with id ${result.documentId}`
|
|
||||||
);
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue