Skip to content

Commit 5b6692d

Browse files
committed
Revert "Add deployment steps for test reports to GitHub Pages"
This reverts commit 10c3930.
1 parent 0d05f72 commit 5b6692d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build-validation.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,6 @@ jobs:
6868
name: Package
6969
path: client/build/libs
7070

71-
- name: Deploy Test Report to GitHub Pages
72-
if: always()
73-
run: |
74-
mkdir -p gh-pages
75-
cp -r client/build/reports/tests/integrationTest/* gh-pages/
76-
touch gh-pages/.nojekyll # Ensures GitHub Pages processes static files correctly
77-
78-
- name: Deploy to GitHub Pages
79-
if: always()
80-
uses: JamesIves/github-pages-deploy-action@v4
81-
with:
82-
branch: gh-pages
83-
folder: gh-pages
84-
clean: true # Ensures old files are removed
85-
8671
- name: Fail the job if tests failed
8772
if: env.TEST_FAILED == 'true'
8873
run: exit 1

0 commit comments

Comments
 (0)