Skip to content

Commit 5c93d96

Browse files
committed
ci setup
1 parent e840f5c commit 5c93d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
2828
- name: Install Allure CLI
2929
run: |
30-
wget -qO- https://github.com/allure-framework/allure2/releases/latest/download/allure-2.21.0.zip > allure.zip
30+
wget -q https://github.com/allure-framework/allure2/releases/latest/download/allure-2.21.0.zip -O allure.zip
3131
unzip allure.zip -d allure
32-
sudo ln -s $PWD/allure/bin/allure /usr/bin/allure
32+
sudo ln -s $PWD/allure/bin/allure /usr/bin/allu
3333
3434
- name: Run tests and generate Allure report
3535
run: ./your-test-script.sh

0 commit comments

Comments
 (0)