Skip to content

Commit aeaf0ff

Browse files
committed
fix e2e test to make sure it exits properly when ansible fails
Signed-off-by: wwanarif <[email protected]>
1 parent d1b234c commit aeaf0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_e2e-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
kubectl describe pod $pod -n studio
5050
kubectl logs $pod -n studio --all-containers=true --tail=100 || echo "Could not fetch logs for $pod"
5151
done
52+
exit 1
5253
}
5354
sleep 5
5455
working-directory: ${{ github.workspace }}/setup-scripts/setup-genai-studio/

0 commit comments

Comments
 (0)