We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e776eb commit 36cc877Copy full SHA for 36cc877
.github/workflows/e2e.yml
@@ -50,7 +50,7 @@ jobs:
50
run: sleep 10
51
52
- name: Set Solana Keypair
53
- run: solana config set --keypair "$(pwd)/.github/Solana-key.json"
+ run: cp $(pwd)/.github/Solana-key.json /home/runner/.config/solana/id.json
54
55
- name: Run E2E Tests
56
run: make e2e
0 commit comments