Skip to content

Commit

Permalink
debug: activated e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puffitos committed Sep 26, 2023
1 parent c00f8c6 commit 628c04f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
- name: Install Cosignwebhook
run: |
make test-deploy
- name: Check Deployment
- name: Run End2End Tests
run: |
echo "Waiting for deployment to be ready"
sleep 60
echo "Deployment cosignwebhook not ready"
kubectl -n cosignwebhook get events
kubectl describe -n cosignwebhook deployment/cosignwebhook
# - name: Run End2End Tests
# run: |
# make test-e2e
make test-e2e

0 comments on commit 628c04f

Please sign in to comment.