Skip to content

Commit 0f87fd2

Browse files
committed
install allure commandline using apt commands
1 parent 3396886 commit 0f87fd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/github_actions_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +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 Commandline
46-
uses: simple-elf/allure-commandline@v2
47-
with:
48-
version: 2.27.0
49-
allure_dist: allure
45+
- name: Install Allure CLI
46+
run: |
47+
sudo apt-add-repository ppa:qameta/allure -y
48+
sudo apt-get update
49+
sudo apt-get install allure -y
5050
5151
- name: Run tests(UI & API) with Pytest
5252
run: |

0 commit comments

Comments
 (0)