Skip to content

Commit

Permalink
ci: try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
graykode committed Apr 2, 2024
1 parent 4018663 commit 3faf656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build subgraph
run: npm run build-graph
- name: Run test
run: npm run test
run: ARBITRUM_SEPOLIA_RPC_URL=$ARBITRUM_SEPOLIA_RPC_URL npm run test
env:
ARBITRUM_SEPOLIA_RPC_URL: ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}

Expand Down

0 comments on commit 3faf656

Please sign in to comment.