Skip to content

Commit

Permalink
Github Actions: disable CoinGecko Proxy tests
Browse files Browse the repository at this point in the history
Our CoinGecko Proxy has been shut off which leads to failing tests.
  • Loading branch information
danimoh committed Aug 16, 2024
1 parent 0088459 commit 844fbeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/complete-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install modules
run: yarn
- name: Run
env:
COINGECKO_PROXY_AUTHORIZATION_HEADER: ${{ secrets.COINGECKO_PROXY_AUTHORIZATION_HEADER }}
CI_AUTHORIZATION_TOKEN: ${{ secrets.CI_AUTHORIZATION_TOKEN }}
# env:
# COINGECKO_PROXY_AUTHORIZATION_HEADER: ${{ secrets.COINGECKO_PROXY_AUTHORIZATION_HEADER }}
# CI_AUTHORIZATION_TOKEN: ${{ secrets.CI_AUTHORIZATION_TOKEN }}
run: yarn pr

0 comments on commit 844fbeb

Please sign in to comment.