forked from googleapis/google-api-java-client-services
-
Notifications
You must be signed in to change notification settings - Fork 3
24 lines (23 loc) · 679 Bytes
/
verify.yaml
File metadata and controls
24 lines (23 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
on:
schedule:
# Runs at 04:00 am
- cron: '0 4 * * *'
workflow_dispatch:
# Generates a list of libraries that cannot be
# compiled (printed to the action stdout)
name: Verify libraries compilation
jobs:
verify:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
- uses: actions/checkout@v2
with:
path: google-api-java-client-services
# we install the moreutils `parallel` command
- run: sudo apt-get install moreutils
- working-directory: google-api-java-client-services
run: bash .github/workflows/verify_compilation.sh