Skip to content

Commit 8a9a761

Browse files
rootroot
authored andcommitted
Fix github pages - copy all files
1 parent 5062c50 commit 8a9a761

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests_qa.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-e HEADLESS_MODE="true" \
4141
-e TEST_ENVIRONMENT="qa" \
4242
-e BROWSER="chrome" \
43-
-e MARKER="logout" \
43+
-e MARKER="login" \
4444
-e AGENTS=3 \
4545
-p 5050:5050 \
4646
playwright-tests
@@ -127,14 +127,13 @@ jobs:
127127
128128
# Move the Allure report files to the root of the gh-pages directory
129129
- name: Move Allure report files
130-
run: mv allure-report allure-report-root
131-
130+
run: mv allure-report/* .
132131

133132
- name: Deploy Allure report to GitHub Pages
134133
uses: peaceiris/actions-gh-pages@v3
135134
with:
136135
github_token: ${{ secrets.GITHUB_TOKEN }}
137-
publish_dir: ./allure-report-root
136+
publish_dir: .
138137

139138
- name: Check contents of gh-pages
140139
run: ls -la

0 commit comments

Comments
 (0)