Skip to content

Commit 5f6b872

Browse files
Adding a check that verifies an EIF is properly built
1 parent 438d00e commit 5f6b872

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/build_aws_eif/action.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ runs:
8181
run: |
8282
make -f ${{ inputs.makefile }} ${{ inputs.identity_scope }}operator.eif
8383
84+
- name: Verify EIF
85+
shell: bash
86+
run: |
87+
nitro-cli describe-eif --eif-path $1.eif
88+
8489
- name: Free up space
8590
shell: bash
8691
run: |

0 commit comments

Comments
 (0)