Skip to content

Commit

Permalink
feat(templates): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Oct 19, 2024
1 parent 4993f50 commit c6670ac
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,11 @@ jobs:
jzero check
go install github.com/jaronnie/grum@latest
- name: Test Usage and upload
- name: Test Usage
run: |
GITHUB_TOKEN=${{ secrets.ACCESS_TOKEN }} grum clone https://github.com/jzero-io/examples
cd examples
rm -rf simpleapi
jzero new simpleapi --branch api
cd simpleapi
jzero gen
jzero gen sdk
jzero gen swagger
go mod tidy && go run main.go version
cd ..
git add .
git commit -m "chore(simpleapi): update simpleapi"
git push -f
go mod tidy && go run main.go version

0 comments on commit c6670ac

Please sign in to comment.