Skip to content

Commit

Permalink
import secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid committed Jul 12, 2024
1 parent e911d50 commit 1f80ef1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Install pytest
run: poetry run pip install pytest
- name: Run tests
env:
MAINNET_RPC_ENDPOINT: ${{ secrets.MAINNET_RPC_ENDPOINT }}
DEVNET_RPC_ENDPOINT: ${{ secrets.DEVNET_RPC_ENDPOINT }}
run: poetry run bash scripts/ci.sh

bump-version:
Expand Down

0 comments on commit 1f80ef1

Please sign in to comment.