Skip to content

Commit

Permalink
try to dotnet build first
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Aug 10, 2023
1 parent 17bab3b commit ad6b997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: dotnet restore --locked-mode
- name: Extract functionInputSchema
run: |
dotnet build
dotnet run generate-schema
echo "function_input_schema=$(dotnet run generate-schema)" >> "$GITHUB_ENV"
- name: Echo env
run: echo "$GITHUB_ENV"
Expand Down

0 comments on commit ad6b997

Please sign in to comment.