Skip to content

Commit 8337d33

Browse files
authored
chore: remove linter and test calls from pipeline (#35)
The sdk generator will do linter and tests individually without breaking the pipeline on the first issue
1 parent cdb9b8f commit 8337d33

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
run: make download-oas
3939
- name: Generate SDK
4040
run: make generate-sdk
41-
- name: Lint
42-
working-directory: ./sdk-repo-updated
43-
run: make lint skip-non-generated-files=true
44-
- name: Test
45-
working-directory: ./sdk-repo-updated
46-
run: make test skip-non-generated-files=true
4741
- name: Push SDK
4842
env:
4943
GH_REPO: "stackitcloud/stackit-sdk-go"
@@ -86,16 +80,6 @@ jobs:
8680
python -m venv ${{ runner.temp }}/.venv
8781
source ${{ runner.temp }}/.venv/bin/activate
8882
make install-dev
89-
- name: Lint Python
90-
working-directory: ./sdk-repo-updated
91-
run: |
92-
source ${{ runner.temp }}/.venv/bin/activate
93-
make lint
94-
- name: Test Python
95-
working-directory: ./sdk-repo-updated
96-
run: |
97-
source ${{ runner.temp }}/.venv/bin/activate
98-
make test
9983
- name: Push Python SDK
10084
env:
10185
GH_REPO: "stackitcloud/stackit-sdk-python"

0 commit comments

Comments
 (0)