We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3520954 commit ff82bb9Copy full SHA for ff82bb9
.github/workflows/integrationTests.yaml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
if [ -z "$OPENAI_API_KEY" ]; then
51
echo "Skipping integration tests due to missing required API keys"
52
- exit 0
+ exit 1
53
else
54
pnpm run integrationTests
55
fi
0 commit comments