We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5062c50 commit 8a9a761Copy full SHA for 8a9a761
.github/workflows/tests_qa.yml
@@ -40,7 +40,7 @@ jobs:
40
-e HEADLESS_MODE="true" \
41
-e TEST_ENVIRONMENT="qa" \
42
-e BROWSER="chrome" \
43
- -e MARKER="logout" \
+ -e MARKER="login" \
44
-e AGENTS=3 \
45
-p 5050:5050 \
46
playwright-tests
@@ -127,14 +127,13 @@ jobs:
127
128
# Move the Allure report files to the root of the gh-pages directory
129
- name: Move Allure report files
130
- run: mv allure-report allure-report-root
131
-
+ run: mv allure-report/* .
132
133
- name: Deploy Allure report to GitHub Pages
134
uses: peaceiris/actions-gh-pages@v3
135
with:
136
github_token: ${{ secrets.GITHUB_TOKEN }}
137
- publish_dir: ./allure-report-root
+ publish_dir: .
138
139
- name: Check contents of gh-pages
140
run: ls -la
0 commit comments