From 28f3444c08c9a24eba6489abbe8003fd3814185b Mon Sep 17 00:00:00 2001 From: "KEYSIGHT\\ziliyeoh" Date: Wed, 31 Jan 2024 12:12:06 +0800 Subject: [PATCH] Update DAI version support 7.2.0-4 --- README.md | 6 +++++- action.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0f2e73..e600988 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,13 @@ Based on the pipeline .yml configuration, when there is commits or pull request - 7.1.0-5 + 7.2.0-4 latest + + 7.1.0-5 + v1.0.9 + 7.0.1-1 v1.0.8 diff --git a/action.yml b/action.yml index bc3b518..9b6c1d7 100644 --- a/action.yml +++ b/action.yml @@ -95,7 +95,7 @@ runs: echo "DOWNLOAD_URL=https://downloads.eggplantsoftware.com/downloads/EggplantRunner/$EXE_FILENAME" >> $GITHUB_ENV shell: bash env: - DAI_VERSION: 7.1.0-5 # AUB-13519_CICD_Junit_file_implementation + DAI_VERSION: 7.2.0-4 # AUB-13519_CICD_Junit_file_implementation - name: Fetch CLI if: ${{ inputs.eggplantRunnerPath }}