Skip to content

Commit 1919239

Browse files
committed
Modify sanity test to check for an existing OCI CLI config file
Signed-off-by: Avi Miller <[email protected]>
1 parent 2a63fed commit 1919239

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sanity-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28+
- name: Check for existing OCI CLI config
29+
run: |
30+
ls -la $HOME/.oci/
31+
cat $HOME/.oci/config
32+
2833
- name: Get IAM region list
2934
id: test-action-iam-region-list
3035
uses: ./

0 commit comments

Comments
 (0)