File tree Expand file tree Collapse file tree 1 file changed +3
-28
lines changed
Expand file tree Collapse file tree 1 file changed +3
-28
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 test :
9- runs-on : ubuntu-latest
10- permissions :
11- contents : read
12- steps :
13- - uses : actions/checkout@v3
14-
15- - uses : actions/setup-java@v3
16- with :
17- java-version : ' 11'
18- distribution : ' adopt'
19- cache : gradle
20-
21- - name : Validate Gradle wrapper
22- uses : gradle/wrapper-validation-action@v1
23-
24- - name : Run unit tests
25- uses : gradle/gradle-build-action@v2
26- with :
27- arguments : build
28- env :
29- GITHUB_VERSION : pr${{ github.event.pull_request.number }}
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31-
32- - name : Artifact output
33- uses : actions/upload-artifact@v3
34- with :
35- name : multiverse-core-pr${{ github.event.pull_request.number }}
36- path : build/libs/multiverse-core-pr${{ github.event.pull_request.number }}.jar
9+ uses : Multiverse/Multiverse-Core/.github/workflows/generic.test.yml@main
10+ with :
11+ plugin_name : multiverse-inventories
You can’t perform that action at this time.
0 commit comments