Skip to content

Commit f6e50d6

Browse files
committed
install allure commandline2
1 parent ef2f440 commit f6e50d6

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/github_actions_tests.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,11 @@ jobs:
4242
echo "BASE_URL_FE=${BASE_URL_FE}" > .env
4343
echo "BASE_URL_API=${BASE_URL_API}" > .env
4444
45-
- name: Install Allure CLI using Homebrew
45+
- name: Install Allure CLI
4646
run: |
47+
sudo apt-add-repository ppa:qameta/allure -y
4748
sudo apt-get update
48-
sudo apt-get install -y curl git
49-
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
50-
mkdir ~/.linuxbrew/bin
51-
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
52-
eval "$(~/.linuxbrew/bin/brew shellenv)"
53-
echo 'eval "$(/home/runner/.linuxbrew/bin/brew shellenv)"' >> $GITHUB_ENV
54-
source $GITHUB_ENV
55-
brew install allure
49+
sudo apt-get install allure -y
5650
5751
- name: Run tests(UI & API) with Pytest
5852
run: |

0 commit comments

Comments
 (0)