Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Jul 25, 2023
1 parent 6c1ddfa commit 4efc367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
run: flux install
- name: Setup cluster reconciliation
run: ./.github/scripts/e2e-setup-cluster-reconciliation.sh
shell: bash
- name: Verify cluster reconciliation
run: ./.github/scripts/e2e-verify-cluster-reconciliation.sh
shell: bash
- name: Verify helm reconciliation
run: ./.github/scripts/e2e-verify-helm-reconciliation.sh
shell: bash
- name: Debug failure
if: failure()
run: ./.github/scripts/e2e-debug-failure.sh
shell: bash

0 comments on commit 4efc367

Please sign in to comment.