We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1465a75 commit 0d8f04fCopy full SHA for 0d8f04f
1 file changed
.github/workflows/tests.yml
@@ -39,6 +39,9 @@ jobs:
39
env:
40
ALLURE: 1
41
42
+ - name: Wait for report to be fully generated
43
+ run: sleep 20
44
+
45
- name: Check Allure Report Directory (short listing)
46
run: |
47
echo "Listing contents of allure-report:"
0 commit comments