File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3535 languages : ${{ matrix.language }}
3636
3737 - uses : hypertrace/github-actions/gradle@main
38- with :
39- args : assemble
38+
39+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
40+ - name : Autobuild
41+ uses : github/codeql-action/autobuild@v2
4042
4143 - name : Perform CodeQL Analysis
4244 uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
1717
1818 - name : Unit test and other verification
1919 uses : hypertrace/github-actions/gradle@main
20- with :
20+ with :
2121 args : check jacocoTestReport
2222
2323 - name : Upload coverage to Codecov
2424 uses : codecov/codecov-action@v3
2525 with :
2626 name : unit test reports
2727 flags : unit
28-
28+
2929 - name : Integration test
3030 uses : hypertrace/github-actions/gradle@main
31- with :
31+ with :
3232 args : jacocoIntegrationTestReport
3333
3434 - name : Upload coverage to Codecov
4040 - name : copy test reports
4141 uses : hypertrace/github-actions/gradle@main
4242 if : always()
43- with :
43+ with :
4444 args : copyAllReports --output-dir=/tmp/test-reports
4545
4646 - name : Archive test reports
You can’t perform that action at this time.
0 commit comments