Skip to content

Commit

Permalink
ci: refactor e2e buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Sep 20, 2024
1 parent 1af4a24 commit 90f4aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_test_for_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
codepipeline_execution_id=$(aws codepipeline start-pipeline-execution --name ${{vars.AWS_E2E_TOPIC_BRANCH_CODEPIPELINE_NAME}} --query 'pipelineExecutionId' --output text)
echo "Pipeline execution ID: $codepipeline_execution_id"
echo "codepipeline_execution_id=$codepipeline_execution_id" >> $GITHUB_ENV
echo ${{github.head_ref}}
env:
BRANCH_NAME: ${{github.head_ref}}
- name: Poll Pipeline Status
Expand Down

0 comments on commit 90f4aca

Please sign in to comment.