Skip to content

Commit

Permalink
FRW-2376 Try check branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
geega committed Jul 27, 2023
1 parent 475cd18 commit b06d5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit b06d5e6

Please sign in to comment.