Skip to content

Commit f3590eb

Browse files
committed
[AEA-5861] update regression test version
1 parent 2170770 commit f3590eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
GITHUB-TOKEN: ${{ steps.generate-token.outputs.token }}
7070
run: |
7171
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
72-
REGRESSION_TEST_REPO_TAG="fix/AEA-0000_fix_timeout_test" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
73-
REGRESSION_TEST_WORKFLOW_TAG="v3.4.23" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
72+
REGRESSION_TEST_REPO_TAG="v3.4.24" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
73+
REGRESSION_TEST_WORKFLOW_TAG="v3.4.24" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
7474
7575
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then
7676
echo "Error: One or both tag variables are not set" >&2

0 commit comments

Comments
 (0)