We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2f440 commit f6e50d6Copy full SHA for f6e50d6
1 file changed
.github/workflows/github_actions_tests.yml
@@ -42,17 +42,11 @@ jobs:
42
echo "BASE_URL_FE=${BASE_URL_FE}" > .env
43
echo "BASE_URL_API=${BASE_URL_API}" > .env
44
45
- - name: Install Allure CLI using Homebrew
+ - name: Install Allure CLI
46
run: |
47
+ sudo apt-add-repository ppa:qameta/allure -y
48
sudo apt-get update
- 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
+ sudo apt-get install allure -y
56
57
- name: Run tests(UI & API) with Pytest
58
0 commit comments