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 f54e32a commit 06067d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
runs-on: windows-latest
needs: build-test
steps:
- uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- name: Benchmark
working-directory: benchmarks/oidc-guard-benchmarks
run: dotnet run -c Release
Expand Down

0 comments on commit 06067d7

Please sign in to comment.