FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-java-sbt.yaml at master · simPod/openapi-generator · GitHub
simPod
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
openapi-generator
/
.github
/
workflows
/
samples-java-sbt.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
38 lines (37 loc) · 1009 Bytes
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-java-sbt.yaml
Copy path
File metadata and controls
38 lines (37 loc) · 1009 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
35
36
37
38
name
:
Samples Java (sbt)
on
:
push
:
paths
:
-
'
samples/client/petstore/java/okhttp-gson/**
'
pull_request
:
paths
:
-
'
samples/client/petstore/java/okhttp-gson/**
'
jobs
:
build
:
name
:
Build sbt/Java client, servers
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
#
clients
-
samples/client/petstore/java/okhttp-gson
steps
:
-
uses
:
actions/checkout@v5
-
uses
:
actions/setup-java@v5
with
:
distribution
:
'
temurin
'
java-version
:
11
-
name
:
Setup sbt launcher
uses
:
sbt/setup-sbt@v1
-
name
:
Cache maven dependencies
uses
:
actions/cache@v4
env
:
cache-name
:
maven-repository
with
:
path
:
|
~/.ivy2
key
:
${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/build.sbt') }}
-
name
:
Build and test
working-directory
:
${{ matrix.sample }}
run
:
sbt -v +test
Back
|
FazBrowse Home
|
New Git URL