Skip to content

Commit b6137cb

Browse files
committed
Remove check for configuration file and add check for envvars
Signed-off-by: Avi Miller <[email protected]>
1 parent 19b8c15 commit b6137cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sanity-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- name: Check for existing OCI CLI config
28+
- name: Check for OCI CLI environment variables
2929
run: |
30-
ls -la $HOME/.oci/
31-
cat $HOME/.oci/config
30+
env | grep OCI_CLI
3231
3332
- name: Get IAM region list
3433
id: test-action-iam-region-list

0 commit comments

Comments
 (0)