Skip to content

Commit 02f7090

Browse files
authored
Update main.yml
1 parent 1156920 commit 02f7090

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Java CI with Gradle
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ "master" ]
67
pull_request:
@@ -28,3 +29,10 @@ jobs:
2829

2930
- name: Build with Gradle Wrapper
3031
run: cd java && ./gradlew build test
32+
33+
- name: Upload report artifact
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: TestReport # The name of the artifact
37+
path: /home/runner/work/V2StyxLib/V2StyxLib/java/v2styx-lib/build/reports/tests/test/index.html
38+
retention-days: 30

0 commit comments

Comments
 (0)