We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d2a3c commit 0cde2ceCopy full SHA for 0cde2ce
1 file changed
.github/workflows/ci.yaml
@@ -78,14 +78,6 @@ jobs:
78
shell: bash
79
run: make generate-go-sdk
80
81
- - name: Remove waiters
82
- working-directory: ./sdk-repo-updated
83
- run: find ./services -type d -name "wait" -exec rm -r {} +
84
-
85
- - name: Remove examples
86
87
- run: rm -r ./examples
88
89
- name: Install SDK project tools and dependencies
90
working-directory: ./sdk-repo-updated
91
run: make project-tools
0 commit comments