Skip to content

Commit

Permalink
test: generate fig spec in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Jul 20, 2023
1 parent b03e0df commit 0f46f9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ jobs:
echo "::set-output name=diff::true"
fi
- name: Install Wing CLI
run: npm i -g winglang

- name: Generate the fig spec
run: node usr/local/lib/node_module/dist/cli.js generate-fig-spec >> new-fig-cli-generated.ts

- name: Upload Extension
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0f46f9a

Please sign in to comment.