FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
graphql-java/.github/workflows/pull_request.yml at 25.x · graphql-java/graphql-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-java
/
graphql-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.2k
Code
Issues
22
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
graphql-java
/
.github
/
workflows
/
pull_request.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
42 lines (42 loc) · 1.16 KB
Breadcrumbs
graphql-java
/
.github
/
workflows
/
pull_request.yml
Copy path
File metadata and controls
42 lines (42 loc) · 1.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name
:
Pull Request Build
#
For pull requests: builds and test
on
:
push
:
branches
:
-
'
!master
'
pull_request
:
branches
:
-
master
-
25.x
-
23.x
-
22.x
-
21.x
-
20.x
-
19.x
permissions
:
#
For test comment bot
checks
:
write
pull-requests
:
write
jobs
:
buildAndTest
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
gradle-argument
:
[ 'assemble && ./gradlew check -x test','testWithJava11', 'testWithJava17', 'test -x testWithJava11 -x testWithJava17' ]
steps
:
-
uses
:
actions/checkout@v5
-
uses
:
gradle/actions/wrapper-validation@v5
-
name
:
Set up JDK 21
uses
:
actions/setup-java@v5
with
:
java-version
:
'
21
'
distribution
:
'
corretto
'
-
name
:
build and test
run
:
./gradlew ${{matrix.gradle-argument}} --info --stacktrace
-
name
:
Publish Test Results
uses
:
EnricoMi/publish-unit-test-result-action@v2.21.0
if
:
always()
with
:
files
:
|
**/build/test-results/test/TEST-*.xml
**/build/test-results/testWithJava11/TEST-*.xml
**/build/test-results/testWithJava17/TEST-*.xml
Back
|
FazBrowse Home
|
New Git URL