Skip to content

Commit

Permalink
updated step to install allure
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Oct 6, 2023
1 parent 86d9d53 commit c06c28c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:

- name: Install Allure
run: |
sudo apt-add-repository ppa:qameta/allure
sudo apt-get update
sudo apt-get install allure
wget https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.16.0/allure-commandline-2.16.0.zip
unzip allure-commandline-2.16.0.zip
sudo mv allure-2.16.0 /opt/allure
export PATH=$PATH:/opt/allure/bin
allure --version
if: runner.os == 'Linux'

- name: Run tests
Expand Down

0 comments on commit c06c28c

Please sign in to comment.