Skip to content

Commit

Permalink
Modify sanity test to check for an existing OCI CLI config file
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <[email protected]>
  • Loading branch information
Djelibeybi committed Sep 10, 2024
1 parent 2a63fed commit 1919239
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Check for existing OCI CLI config
run: |
ls -la $HOME/.oci/
cat $HOME/.oci/config
- name: Get IAM region list
id: test-action-iam-region-list
uses: ./
Expand Down

0 comments on commit 1919239

Please sign in to comment.