From 90f4aca3451c13365d8810f5f86c89130ef0f18b Mon Sep 17 00:00:00 2001 From: Necip Allef Date: Fri, 20 Sep 2024 23:54:21 +0300 Subject: [PATCH] ci: refactor e2e buildspec --- .github/workflows/e2e_test_for_prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e_test_for_prs.yml b/.github/workflows/e2e_test_for_prs.yml index 1856b172..45aa85d2 100644 --- a/.github/workflows/e2e_test_for_prs.yml +++ b/.github/workflows/e2e_test_for_prs.yml @@ -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