Skip to content

Commit 1ee3c31

Browse files
author
rjabhi
committed
fix: batch identifier
1 parent 7be1ad2 commit 1ee3c31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codebuild_specs/run_gen2_migrations_e2e_tests_linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ phases:
3737
commands:
3838
- source ./shared-scripts.sh && _convertCoverage # && _uploadCoverageLinux (disabled while troubleshooting E2E test failures during initial CodeBuild setup)
3939
- source ./shared-scripts.sh && _scanArtifacts
40-
- source ./shared-scripts.sh && _uploadReportsToS3 $CODEBUILD_SOURCE_VERSION $CODEBUILD_BATCH_BUILD_IDENTIFIER amplify-e2e-tests
40+
- source ./shared-scripts.sh && _uploadReportsToS3 $CODEBUILD_SOURCE_VERSION $CODEBUILD_BATCH_BUILD_IDENTIFIER amplify-migration-e2e
4141
artifacts:
4242
files:
4343
- '$E2E_TEST_COVERAGE_DIR/*'
44-
- amplify-e2e-reports/*
44+
- amplify-migration-e2e-reports/*
4545
base-directory: packages/amplify-migration-e2e/
4646
reports:
4747
e2e-reports:

0 commit comments

Comments
 (0)