Skip to content

Commit f784ca2

Browse files
Upload Gradle reports
1 parent 193f620 commit f784ca2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publishing.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ jobs:
5656
APP_URL: https://api.fyreplace.example.org
5757
APP_FRONT_URL: https://fyreplace.example.org
5858
APP_WEBSITE_URL: https://www.fyreplace.example.org
59+
60+
- name: Store report
61+
if: ${{ always() }}
62+
uses: actions/upload-artifact@v4
63+
with:
64+
name: report
65+
path: build/reports/tests/test/index.html

0 commit comments

Comments
 (0)