Skip to content

Commit

Permalink
change test analysis to a different step
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran committed Jul 11, 2024
1 parent e8a5a9f commit 6388b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
OUTPUT_DIR=$(mktemp -d)
export OUTPUT_DIR
make e2etests
- name: run test analysis

Check failure on line 72 in .github/workflows/kind-e2e.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.25.x)

step must run script with "run" section or run action with "uses" section

Check failure on line 72 in .github/workflows/kind-e2e.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.26.x)

step must run script with "run" section or run action with "uses" section

Check failure on line 72 in .github/workflows/kind-e2e.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.27.x)

step must run script with "run" section or run action with "uses" section

Check failure on line 72 in .github/workflows/kind-e2e.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.28.x)

step must run script with "run" section or run action with "uses" section

Check failure on line 72 in .github/workflows/kind-e2e.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.29.x)

step must run script with "run" section or run action with "uses" section

Check failure on line 72 in .github/workflows/kind-e2e.yaml

View workflow job for this annotation

GitHub Actions / presubmit (1.30.x)

step must run script with "run" section or run action with "uses" section
python ./karpenter_eval/main.py
- name: cleanup
shell: bash
Expand Down

0 comments on commit 6388b5a

Please sign in to comment.