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 a658717 commit cf5e5b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
echo "$HOME/.moon/bin" >> $GITHUB_PATH
- name: Debug API_KEY
run: echo "API_KEY is ${{ secrets.API_KEY }}"

- name: moon version
run: |
moon version --all
Expand Down Expand Up @@ -91,7 +95,7 @@ jobs:

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

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

moon test --enable-coverage

Expand Down

0 comments on commit cf5e5b5

Please sign in to comment.