Skip to content

Commit

Permalink
add backend endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Nov 20, 2024
1 parent 0fbb45b commit fee4ca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
TEST_API_KEY: ${{ secrets.TEST_API_KEY }}
TOKEN_CONTRACT: ${{ vars.TOKEN_CONTRACT }}
ORACLE_CONTRACT: ${{ vars.ORACLE_CONTRACT }}
ENDPOINT: localhost:2206
ENDPOINT: ${{ vars.ENDPOINT }}

steps:
- name: Checkout repository
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Run tests againts local AVS
run: |
export TEST_API_KEY="$(docker compose exec aggregator /ava create-api-key --role=admin --subject=apikey)"
export ENDPOINT="localhost:2206"
npm test
- name: Run tests againts staging AVS
Expand Down

0 comments on commit fee4ca0

Please sign in to comment.