Skip to content

Commit

Permalink
Check resources installed on the cluster
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Aug 12, 2024
1 parent e255931 commit 39ead8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
run: |
PACKAGES_DIR=manifests/idp/packages
idpbuilder create \
-p $PACKAGES_DIR/tekton \
-p $PACKAGES_DIR/tekton \
- name: Check resources installed on the cluster
run: |
kubectl get po -A

0 comments on commit 39ead8f

Please sign in to comment.