From b06d5e6cca3f496481272da7da3e7067897da795 Mon Sep 17 00:00:00 2001 From: Svyatoslav Varpikhovsky Date: Thu, 27 Jul 2023 12:49:20 +0300 Subject: [PATCH] FRW-2376 Try check branch name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f07fd74f9..c00d51ee18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -494,7 +494,7 @@ jobs: sudo chmod +x /usr/local/bin/docker-compose - name: Install Robot tests run: | - git clone https://github.com/spryker/robotframework-suite-tests.git --single-branch --branch master robotframework-tests + git clone https://github.com/spryker/robotframework-suite-tests.git --single-branch --branch bugfix/frw-2376/adjusted-expect-for-error-messages robotframework-tests - name: Install Project continue-on-error: true run: | @@ -546,7 +546,7 @@ jobs: sudo chmod +x /usr/local/bin/docker-compose - name: Install Robot tests run: | - git clone https://github.com/spryker/robotframework-suite-tests.git --single-branch --branch master robotframework-tests + git clone https://github.com/spryker/robotframework-suite-tests.git --single-branch --branch bugfix/frw-2376/adjusted-expect-for-error-messages robotframework-tests - name: Install Project continue-on-error: true run: |