Skip to content

Commit 7a1a94a

Browse files
committed
Label testing data for otel
1 parent d092a83 commit 7a1a94a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ jobs:
9090
openai-version: ["1.2.4"]
9191
steps:
9292
- uses: actions/checkout@v4
93+
94+
- name: Create .guardrailsrc
95+
run: |
96+
echo 'id="SYSTEM TESTING"' > ~/.guardrailsrc
97+
echo 'no_metrics=false' >> ~/.guardrailsrc
98+
9399
- name: Set up Python ${{ matrix.python-version }}
94100
uses: actions/setup-python@v5
95101
with:

0 commit comments

Comments
 (0)