Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Sep 30, 2024
1 parent a4e9b46 commit 9d6a652
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
working-directory: benchmarks/oidc-guard-benchmarks
run: dotnet publish -c Release -o bin/publish

- name: Run Benchmark
working-directory: benchmarks/oidc-guard-benchmarks/bin/publish
run: ls

- name: Run Benchmark
working-directory: benchmarks/oidc-guard-benchmarks/bin/publish
run: oidc-guard-benchmarks
Expand Down

0 comments on commit 9d6a652

Please sign in to comment.