Skip to content

Commit

Permalink
js: add minimal devnet functions and constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Dec 27, 2023
1 parent 2195eff commit c66aa6d
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-spl-name-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [main]
paths:
- 'js/**'
- "js/**"
pull_request:
branches: [main]
paths:
- 'js/**'
- "js/**"

defaults:
run:
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
rm .env || true;
touch .env;
echo "RPC_URL=${{ secrets.RPC_URL }}" >> .env;
echo "RPC_URL_DEVNET=${{ secrets.RPC_URL_DEVNET }}" >> .env;
- name: Test source code
run: npm run test

Expand Down
Loading

0 comments on commit c66aa6d

Please sign in to comment.