Skip to content

Commit

Permalink
Workflow adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Nov 14, 2023
1 parent d4be138 commit 2789621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cd ../ && pwd && git clone https://github.com/octokit/go-sdk.git && ls

- name: Download latest schema
run: ls && pwd && cd source-generator && pwd && ls && go run schemas/main.go --schema-next=false
run: go run schemas/main.go --schema-next=false

- name: Run generation
run: kiota generate -l go --ll trace -o $(pwd)/../go-sdk/github/octokit -n go-sdk -d schemas/downloaded.json
Expand Down

0 comments on commit 2789621

Please sign in to comment.