File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
lambdas/backend-api/src/templates/infra
tests/test-team/config/e2e Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export class LetterFileRepository {
1818 versionId : string ,
1919 destinationKey ?: string
2020 ) {
21- this . copy (
21+ await this . copy (
2222 this . quarantineBucketName ,
2323 this . internalBucketName ,
2424 key ,
@@ -60,7 +60,7 @@ export class LetterFileRepository {
6060 versionId : string ,
6161 destinationKey : string
6262 ) {
63- this . copy (
63+ await this . copy (
6464 this . quarantineBucketName ,
6565 this . downloadBucketName ,
6666 key ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const buildCommand = [
1212
1313export default defineConfig ( {
1414 ...baseConfig ,
15+ fullyParallel : true ,
1516
1617 timeout : 60_000 , // 30 seconds in the playwright default
1718 expect : {
You can’t perform that action at this time.
0 commit comments