Skip to content

Commit 4ea1b0b

Browse files
committed
Update CI workflow to run tests without CI environment variable
1 parent 6f9e3f3 commit 4ea1b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
rm -rf spec/fixtures/vcr_cassettes
110110
111111
echo "Running tests with real API calls..."
112-
bundle exec rspec
112+
env -u CI bundle exec rspec
113113
env:
114114
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
115115
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)