version: 0.2 env: shell: bash variables: AMPLIFY_DIR: /root/.npm-global/lib/node_modules/@aws-amplify/cli-internal/bin AMPLIFY_PATH: /root/.npm-global/lib/node_modules/@aws-amplify/cli-internal/bin/amplify CI: true CODEBUILD: true NODE_OPTIONS: --max-old-space-size=8096 phases: build: commands: - codebuild-breakpoint - source ./shared-scripts.sh && _setupE2ETestsLinux - source ./shared-scripts.sh && _runE2ETestsLinux post_build: commands: - aws sts get-caller-identity - source ./shared-scripts.sh && _scanArtifacts artifacts: files: - '**/*' base-directory: $CODEBUILD_SRC_DIR/packages/amplify-e2e-tests/amplify-e2e-reports