Added aca tests 9 and 10 to workflow

This commit is contained in:
iadgovuser29 2024-07-12 15:22:05 -04:00
parent 501390ecbd
commit 49cea753a1
2 changed files with 11 additions and 1 deletions

0
.ci/system-tests/container/rim_setup.sh Normal file → Executable file
View File

View File

@ -69,6 +69,16 @@ jobs:
shell: bash
run: |
.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
# continue-on-error: true
# shell: bash