Skip to content

Commit

Permalink
chore(ci): refactor rosa integration test workflow (#2118)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed AbouZaid <[email protected]>
  • Loading branch information
aabouzaid committed Jul 13, 2024
1 parent 06634a7 commit 2cc22d1
Show file tree
Hide file tree
Showing 10 changed files with 684 additions and 858 deletions.
207 changes: 0 additions & 207 deletions .github/actions/chart-test/action.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/actions/gke-login/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ runs:
run: chmod 600 $KUBECONFIG
- name: Check credentials
shell: bash
run: kubectl auth can-i create deployment
run: |
kubectl auth can-i create deployment
kubectl version
Loading

0 comments on commit 2cc22d1

Please sign in to comment.