Skip to content

Commit

Permalink
trying something else
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekFrank committed Feb 27, 2025
1 parent de94c3b commit 7da3424
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/scheduling-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: install toolchain
shell: bash
run: |
make toolchain
- name: run scheduling test
shell: bash
run: |
OUTPUT_DIR=$(mktemp -d)
export OUTPUT_DIR
echo OUTPUT_DIR="$OUTPUT_DIR" >> "$GITHUB_ENV"
cd pkg/controllers/provisioning/scheduling && go test -tags=test_performance -run=SchedulingProfile
- uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 7da3424

Please sign in to comment.