From 4de01fb7d9c8f83ce9d6fe110e285e9478b91722 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Wed, 27 Sep 2023 21:56:06 +0800 Subject: [PATCH] test --- .github/workflows/ci-rc-test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-rc-test.yaml b/.github/workflows/ci-rc-test.yaml index c12ff569d..5af75cb4a 100644 --- a/.github/workflows/ci-rc-test.yaml +++ b/.github/workflows/ci-rc-test.yaml @@ -558,11 +558,11 @@ jobs: needs: - Create-Databricks-Cluster - Run-Optional-Packages-tests-python-sdk - - Run-Unit-tests-Airflow-2-5 + - Run-Unit-tests-Airflow-2-7 - Run-example-dag-tests-Airflow-2-2-5 - - Run-Integration-tests-Airflow-2-5 - - Run-load-file-Integration-Airflow-2-5 - - Run-example-dag-Integration-Airflow-2-5 + - Run-Integration-tests-Airflow-2-6 + - Run-load-file-Integration-Airflow-2-7 + - Run-example-dag-Integration-Airflow-2-7 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3