Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 5, 2024
1 parent 7096512 commit e555183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion do.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def test(card="novus100g"):
)

def generate_allure_report():
run(["apt-get install default-jre",
run(["sudo apt-get update",
"sudo apt-get install default-jre",
"wget https://github.com/allure-framework/allure2/releases/tag/2.32.0/allure_2.32.0-1_all.deb",
"sudo dpkg -i allure_2.18.1-1_all.deb",])

Expand Down

0 comments on commit e555183

Please sign in to comment.