mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-20 09:46:14 +00:00
separate out tcg_rim_tool tests
This commit is contained in:
parent
c424f0c02d
commit
18a8723219
2
.github/workflows/hirs_unit_tests.yml
vendored
2
.github/workflows/hirs_unit_tests.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
docker run --rm \
|
||||
-v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash \
|
||||
-c 'pushd /HIRS; \
|
||||
./gradlew clean build; \
|
||||
./gradlew clean build -x test :tools/tcg_rim_tool:build; \
|
||||
gradle_status=$?; \
|
||||
if (( $gradle_status != "0" )) ; then \
|
||||
./gradlew :HIRS_AttestationCA:clean :HIRS_AttestationCA:build :HIRS_AttestationCA:test; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user