Skip to content

Commit b5861b5

Browse files
test1
1 parent 387d3c1 commit b5861b5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,9 @@ jobs:
3232
- name: Set default toolchain to stable
3333
run: rustup default stable
3434

35-
- name: Generate new Solana keypair
36-
run: solana-keygen new --no-outfile --force
37-
3835
- name: Set Solana target cluster to local
3936
run: solana config set --url http://localhost:8899
4037

41-
- name: Check Solana config
42-
run: solana config get
43-
44-
- name: Install yarn dependencies
45-
run: yarn install
46-
47-
- name: Build Anchor project
48-
run: anchor build
49-
5038
- name: Start Solana Test Validator
5139
run: |
5240
solana-test-validator --reset --rpc-port 8899 --limit-ledger-size 50000000 --url https://api.devnet.solana.com \

0 commit comments

Comments
 (0)