Skip to content

Commit

Permalink
check api key
Browse files Browse the repository at this point in the history
  • Loading branch information
rotarur committed Oct 30, 2024
1 parent 6548c42 commit 3a9c02b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- run: yarn install --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: reveal api
run: |
echo ${{ secrets.TESTS_API_KEY }} | sed 's/./& /g'
- run: yarn test:ci
env:
POSTGRES_TEST_HOST: localhost
Expand All @@ -54,3 +57,4 @@ jobs:
NODE_OPTIONS: "--dns-result-order=ipv4first"
INDEXER_TEST_JRPC_PROVIDER_URL: ${{ secrets.TESTS_RPC_PROVIDER }}
INDEXER_TEST_API_KEY: ${{ secrets.TESTS_API_KEY }}

0 comments on commit 3a9c02b

Please sign in to comment.