From 23277f3be6d77cfaebb27546d818cfdd36748886 Mon Sep 17 00:00:00 2001 From: Bich Vu Thi Ngoc <=> Date: Thu, 10 Oct 2024 06:13:11 +0700 Subject: [PATCH] fix integration and unit tests workflows --- .github/workflows/integration_test_auto.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test_auto.yaml b/.github/workflows/integration_test_auto.yaml index 7ecfd2c4..e5a4ee52 100644 --- a/.github/workflows/integration_test_auto.yaml +++ b/.github/workflows/integration_test_auto.yaml @@ -42,7 +42,7 @@ jobs: ls -la git clone $REPO_URL ls -la - cd $REPO_URL + cd $REPO_NAME git checkout $REPO_BRANCH ls -la