We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e840f5c commit 5c93d96Copy full SHA for 5c93d96
.github/workflows/tests.yml
@@ -27,9 +27,9 @@ jobs:
27
28
- name: Install Allure CLI
29
run: |
30
- wget -qO- https://github.com/allure-framework/allure2/releases/latest/download/allure-2.21.0.zip > allure.zip
+ wget -q https://github.com/allure-framework/allure2/releases/latest/download/allure-2.21.0.zip -O allure.zip
31
unzip allure.zip -d allure
32
- sudo ln -s $PWD/allure/bin/allure /usr/bin/allure
+ sudo ln -s $PWD/allure/bin/allure /usr/bin/allu
33
34
- name: Run tests and generate Allure report
35
run: ./your-test-script.sh
0 commit comments