Skip to content

Commit

Permalink
ci: specify aa base url in code
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Dec 10, 2024
1 parent 9155dbc commit d7ad3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Run tests
env:
AA_API_TOKEN: ${{ secrets.AA_API_TOKEN }}
AA_BASE_URL: ${{ secrets.AA_BASE_URL }}
AA_BASE_URL: https://inference-api.product.pharia.com
run: cargo test

0 comments on commit d7ad3b8

Please sign in to comment.