Skip to content

Commit

Permalink
Update run.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hudlow authored Apr 23, 2024
1 parent 67e9a2f commit b853aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
working-directory: frameworks/dotnet-minimal
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.202
dotnet-version: 7.0.x
- run: ./serve
- working-directory: .
run: ./bin/run > results.json
Expand Down

0 comments on commit b853aab

Please sign in to comment.