Update .gitea/workflows/test.yml
Run Pytest and Generate Reports / tests (push) Failing after 20s

This commit is contained in:
2025-07-07 15:12:20 +02:00
parent 55900599ea
commit 4e2600ed71
+2 -2
View File
@@ -21,8 +21,8 @@ jobs:
- name: Install Allure CLI
run: |
wget https://github.com/allure-framework/allure2/releases/latest/download/allure-2.27.0.tgz
tar -xzf allure-2.27.0.tgz
curl -o allure.tgz -L https://github.com/allure-framework/allure2/releases/download/2.27.0/allure-2.27.0.tgz
tar -xvzf allure.tgz
sudo mv allure-2.27.0 /opt/allure
sudo ln -s /opt/allure/bin/allure /usr/local/bin/allure
allure --version