Skip to content

Commit 8bdd824

Browse files
author
Petr Sramek
committed
added dependency benchmark on build job
1 parent 796c190 commit 8bdd824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
3333
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'
3434
benchmark:
35+
needs: [build]
36+
3537
strategy:
3638
matrix:
3739
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)