You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/28 12:09:21 UTC

[airflow] branch master updated: Fix CI Step Name for Postgres (#11908)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d7f348  Fix CI Step Name for Postgres (#11908)
3d7f348 is described below

commit 3d7f3482be555bb90c20704574a0b389eabfc891
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Wed Oct 28 12:07:31 2020 +0000

    Fix CI Step Name for Postgres (#11908)
    
    https://github.com/apache/airflow/commit/0d1ad6648ee63311614e043d5893cf36a0cd9aea updated the Step name by Mistake from `"Tests: ${{needs.build-info.outputs.testTypes}}"` to `"Tests: Helm"`
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8331386..1068ea2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -513,7 +513,7 @@ jobs:
         run: ./scripts/ci/tools/ci_free_space_on_ci.sh
       - name: "Prepare CI image ${{env.PYTHON_MAJOR_MINOR_VERSION}}:${{ env.GITHUB_REGISTRY_PULL_IMAGE_TAG }}"
         run: ./scripts/ci/images/ci_prepare_ci_image_on_ci.sh
-      - name: "Tests: Helm"
+      - name: "Tests: ${{needs.build-info.outputs.testTypes}}"
         run: ./scripts/ci/testing/ci_run_airflow_testing.sh
       - name: "Upload airflow logs"
         uses: actions/upload-artifact@v2