FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-jwt/.github/workflows/build-and-test.yml at master · auth0/java-jwt · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
auth0
/
java-jwt
Public
Notifications
You must be signed in to change notification settings
Fork
947
Star
6.2k
Code
Issues
7
Pull requests
12
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
java-jwt
/
.github
/
workflows
/
build-and-test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
31 lines (26 loc) · 819 Bytes
Breadcrumbs
java-jwt
/
.github
/
workflows
/
build-and-test.yml
Copy path
File metadata and controls
31 lines (26 loc) · 819 Bytes
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
name
:
auth0/java-jwt/build-and-test
on
:
pull_request
:
merge_group
:
push
:
branches
:
["master", "main", "v1"]
jobs
:
gradle
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v7
-
uses
:
actions/setup-java@v5
with
:
distribution
:
temurin
java-version
:
11
-
name
:
Set up Gradle
uses
:
gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92
#
v6.2.0
-
name
:
Test and Assemble and ApiDiff with Gradle
run
:
./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain
-
uses
:
codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
with
:
flags
:
unittests
-
uses
:
actions/upload-artifact@v7
with
:
name
:
Reports
path
:
lib/build/reports
Back
|
FazBrowse Home
|
New Git URL