mirror of
https://github.com/apple/container.git
synced 2026-08-28 11:26:32 +00:00
Finalize Makefile for integration test rework. (#1878)
- Part of #1833. - Replace old targets with new ones. - Try increased parallelism after test tweaks in #1857. - Exclude test files from coverage analysis.
This commit is contained in:
@@ -103,11 +103,11 @@ jobs:
|
||||
|
||||
- name: Test the container project
|
||||
if: ${{ !inputs.coverage }}
|
||||
run: make APP_ROOT="${APP_ROOT}" LOG_ROOT="${LOG_ROOT}" test install-kernel integration integration-new
|
||||
run: make APP_ROOT="${APP_ROOT}" LOG_ROOT="${LOG_ROOT}" test install-kernel integration
|
||||
|
||||
- name: Test the container project with coverage
|
||||
if: ${{ inputs.coverage }}
|
||||
run: make APP_ROOT="${APP_ROOT}" LOG_ROOT="${LOG_ROOT}" install-kernel coverage-new
|
||||
run: make APP_ROOT="${APP_ROOT}" LOG_ROOT="${LOG_ROOT}" install-kernel coverage
|
||||
|
||||
- name: Extract coverage percentages
|
||||
if: ${{ inputs.coverage }}
|
||||
|
||||
Reference in New Issue
Block a user