FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api-common-java/.github/workflows/ci.yaml at java7 · googleapis/api-common-java · GitHub
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
googleapis
/
api-common-java
Public archive
Notifications
You must be signed in to change notification settings
Fork
30
Star
21
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
api-common-java
/
.github
/
workflows
/
ci.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 719 Bytes
Breadcrumbs
api-common-java
/
.github
/
workflows
/
ci.yaml
Copy path
File metadata and controls
34 lines (34 loc) · 719 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
32
33
34
on
:
push
:
branches
:
-
java7
pull_request
:
name
:
ci
jobs
:
units
:
runs-on
:
ubuntu-latest
env
:
#
Customize the JVM maximum heap limit
JVM_OPTS
:
-Xmx3200m
TERM
:
dumb
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-java@v1
with
:
java-version
:
8
-
run
:
java -version
-
name
:
Gradle Assemble
run
:
./gradlew assemble
-
name
:
Gradle Test
run
:
./gradlew test
-
name
:
Gradle Build
run
:
./gradlew build install
format
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-java@v1
with
:
java-version
:
8
-
name
:
Java Linter
run
:
./gradlew googleJavaFormat
Back
|
FazBrowse Home
|
New Git URL