Skip to content

Commit

Permalink
ci: 🐛 Add MONAD_XYZ_KEY to e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDivic committed Jan 30, 2025
1 parent af8518f commit 92d7e84
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,14 @@ jobs:
CONDUIT_KEY: ${{ secrets.CONDUIT_KEY }}
QUICKNODE_AVAX_TESTNET_KEY: ${{ secrets.QUICKNODE_AVAX_TESTNET_KEY }}
QUICKNODE_AVAX_KEY: ${{ secrets.QUICKNODE_AVAX_KEY }}
MONAD_XYZ_KEY: ${{ secrets.MONAD_XYZ_KEY }}

- name: Run the tests
run: bun run test --coverage
env:
CI: true

- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}




0 comments on commit 92d7e84

Please sign in to comment.