-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (40 loc) · 1.42 KB
/
Copy pathandroid.yml
File metadata and controls
47 lines (40 loc) · 1.42 KB
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
39
40
41
42
43
44
45
46
47
name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Run Parasoft Jtest
# You may pin to the exact commit or the version.
# uses: parasoft/run-jtest-action@ae433ddf714970d4a40842e7a4788facd508d68d
uses: parasoft/run-jtest-action@2.0.0
with:
# Installation folder of Parasoft Jtest. If not specified, the cpptestcli executable must be added to PATH.
installDir: # optional
# Working directory for running Jtest.
workingDir: # optional, default is ${{ github.workspace }}
# Test configuration to be used for code analysis.
testConfig: # optional, default is builtin://Recommended Rules
# Output folder for reports from code analysis.
reportDir: # optional, default is reports
# Format of reports from code analysis.
reportFormat: # optional, default is xml,html,sarif
# Input scope for analysis.
input: # optional, default is jtest.data.json
# Additional parameters for the jtestcli executable.
additionalParams: # optional, default is