mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-24 07:06:46 +00:00
Added aca tests 9 and 10 to workflow
This commit is contained in:
parent
501390ecbd
commit
49cea753a1
0
.ci/system-tests/container/rim_setup.sh
Normal file → Executable file
0
.ci/system-tests/container/rim_setup.sh
Normal file → Executable file
12
.github/workflows/system_test.yml
vendored
12
.github/workflows/system_test.yml
vendored
@ -69,6 +69,16 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
.ci/system-tests/tests/aca_policy_tests.sh 8
|
.ci/system-tests/tests/aca_policy_tests.sh 8
|
||||||
|
- name: ACA POLICY TEST 9 - Test valid PC and RIM with PC only uploaded
|
||||||
|
continue-on-error: true
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
.ci/system-tests/tests/aca_policy_tests.sh 9
|
||||||
|
- name: ACA POLICY TEST 10 - Test valid PC and RIM with RIM only uploaded
|
||||||
|
continue-on-error: true
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
.ci/system-tests/tests/aca_policy_tests.sh 10
|
||||||
# - name: All ACA Policy Tests 1-8
|
# - name: All ACA Policy Tests 1-8
|
||||||
# continue-on-error: true
|
# continue-on-error: true
|
||||||
# shell: bash
|
# shell: bash
|
||||||
@ -149,4 +159,4 @@ jobs:
|
|||||||
exit 0;
|
exit 0;
|
||||||
else
|
else
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user