Skip to content

Commit

Permalink
SQS-393 | E2E Tests: Compute liquidity with CoinGecko
Browse files Browse the repository at this point in the history
This PR adds COINGECKO_API_KEY env variable for E2E tests to enable computing liquidity with CoinGecko instead of Numia
  • Loading branch information
deividaspetraitis committed Sep 17, 2024
1 parent ef402b6 commit f8a0ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
env:
SQS_ENVIRONMENTS: ${{ github.event.inputs.environment }}
SQS_API_KEY: ${{ secrets.SQS_API_KEY }}
COINGECKO_API_KEY: ${{ secrets.COINGECKO_API_KEY }}

scheduled_integration_test:
if: github.event_name == 'schedule'
Expand Down Expand Up @@ -73,3 +74,4 @@ jobs:
env:
SQS_ENVIRONMENTS: ${{ matrix.environment }}
SQS_API_KEY: ${{ secrets.SQS_API_KEY }}
COINGECKO_API_KEY: ${{ secrets.COINGECKO_API_KEY }}

0 comments on commit f8a0ffb

Please sign in to comment.