Skip to content

Commit 31c12d4

Browse files
committed
fix
1 parent 12f31c6 commit 31c12d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sdk-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
env:
6464
GH_REPO: "stackitcloud/stackit-sdk-python"
6565
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
66-
run: |
66+
run: |
67+
set -e
6768
python -m venv .venv
6869
. .venv/bin/activate
6970
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)