Skip to content

Commit

Permalink
dont use artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmith1968 committed Aug 24, 2024
1 parent 39f3c9b commit 80243d2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,17 +290,8 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Download BuildGet Output
id: download_build
uses: actions/download-artifact@v4
with:
name: build_output
path: benchmark

- name: Run Benchmarks
run: |
cd benchmark
dotnet run --no-restore --no-build --configuration ${{ env.BUILD_CONFIG }} --project tests\DNX.Extensions.Benchmarks
run: dotnet run --configuration ${{ env.BUILD_CONFIG }} --project tests/DNX.Extensions.Benchmarks

- name: Publish Benchmark output
run: cat **/*Benchmarks-report-github.md >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 80243d2

Please sign in to comment.