Skip to content

Commit

Permalink
Update coverage_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbytroNic0528 authored Oct 16, 2024
1 parent 8a3293e commit a658717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

while [ "$coverage_improved" = true ] && [ $iteration -lt $max_iterations ]; do

python scripts/testagent.py --api_key "$API_KEY"
python scripts/testagent.py --api_key ${{ secrets.API_KEY }}

moon test --enable-coverage

Expand Down

0 comments on commit a658717

Please sign in to comment.