Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot authored Nov 10, 2023
1 parent 11c0f29 commit c95c2b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
run: |
dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: BenchmarkResults
path: BenchmarkDotNet.Artifacts/results

- name: Cache Benchmark Data
uses: actions/cache@v1
with:
Expand All @@ -121,9 +127,3 @@ jobs:
comment-always: true
alert-threshold: '150%'
alert-comment-cc-users: '@${{github.actor}}'

- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: BenchmarkResults
path: BenchmarkDotNet.Artifacts/results

0 comments on commit c95c2b9

Please sign in to comment.