forked from googleapis/java-cloud-bom
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (34 loc) · 824 Bytes
/
dashboard.yaml
File metadata and controls
34 lines (34 loc) · 824 Bytes
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:
- main
pull_request:
name: ci
jobs:
dashboard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: maven
- run: java -version
- run: .kokoro/dashboard.sh
env:
JOB_TYPE: dashboard-units-check
shared-dependencies-convergence:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: maven
- run: java -version
- run: .kokoro/dashboard.sh
env:
JOB_TYPE: dependency-convergence-check