Skip to content

Commit 2f147aa

Browse files
committed
Run all the examples scripts even if one fails
1 parent 4bbcd42 commit 2f147aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_example_scripts.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
python3 "$file" > /dev/null
4545
fi
4646
done
47+
# Run all the example scripts even if one fails
48+
continue-on-error: true
4749
env:
4850
MISTRAL_AGENT_ID: ${{ secrets.CI_AGENT_ID }}
4951
MISTRAL_API_KEY: ${{ secrets.CI_MISTRAL_API_KEY }}

0 commit comments

Comments
 (0)