Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekFrank committed Feb 28, 2025
1 parent d9ff79e commit ebbe7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduling-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- run: |
cd pkg/controllers/provisioning/scheduling && go test -tags=test_performance -run=SchedulingProfile >> "$GITHUB_OUTPUT"
cd pkg/controllers/provisioning/scheduling && echo "BEFORE_OUTPUT=$(go test -tags=test_performance -run=SchedulingProfile)" >> $GITHUB_ENV
- uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 0
- run: |
cd pkg/controllers/provisioning/scheduling && go test -tags=test_performance -run=SchedulingProfile >> "$GITHUB_OUTPUT"
cd pkg/controllers/provisioning/scheduling && go test -tags=test_performance -run=SchedulingProfile > TestResults.txt
- uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit ebbe7c0

Please sign in to comment.