Skip to content

Commit 06728e2

Browse files
committed
♻️ Add Docker config test
1 parent 3ae8e8a commit 06728e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-setup-action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,12 @@ jobs:
6969
- name: Validate successful login
7070
run: setops project | grep "NAME"
7171

72+
- name: Validate Docker config was updated
73+
run: |
74+
grep ~/.docker/config.json '"api.setops.co": "setops"'
75+
76+
- name: Validate Credentials Helper is present
77+
run: docker-credential-setops -h
78+
7279
- name: setops logout
7380
run: setops logout

0 commit comments

Comments
 (0)