Skip to content

Commit a167f6a

Browse files
committed
Add to examples_check
1 parent 7a1a94a commit a167f6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/examples_check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
NLTK_DATA: /tmp/nltk_data
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v4
27+
- name: Create .guardrailsrc
28+
run: |
29+
echo 'id="SYSTEM TESTING"' > ~/.guardrailsrc
30+
echo 'no_metrics=false' >> ~/.guardrailsrc
2731
- name: Set up Python
2832
uses: actions/setup-python@v5
2933
with:

0 commit comments

Comments
 (0)