Skip to content

Commit

Permalink
Commit ref still not working for karpenter_evaluate checkout action, …
Browse files Browse the repository at this point in the history
…testing another iteration
  • Loading branch information
nathangeology committed Jun 25, 2024
1 parent 92a4999 commit 0178170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
repository: nathangeology/karpenter_evaluate
ref: main/42340d4eaeff0b7954d580f5d0993d295b8e4d71
ref: main/42340d4
fetch-depth: 0
path: ./karpenter_eval/ # Installs to a folder in the Karpenter repo for the test
- name: install KPI report dependencies
Expand All @@ -62,6 +62,8 @@ jobs:
pip install awswrangler
pip install tabulate
pip install prometheus-api-client
cd ./karpenter_eval/
git checkout 42340d4
pip install ./karpenter_eval/
- name: run test suites
shell: bash
Expand Down

0 comments on commit 0178170

Please sign in to comment.